SelectObjectVersion
Description
Selects the object file item.
Syntax
// shellListing points to instance of IShellListing
const result = await shellListing.SelectObjectVersion(objVer);
Parameters
Name | Type | Description |
---|---|---|
objVer | ObjVer | Specifies the object version to select. |
Return type
Type | Description |
---|---|
Promise <any > | Promise object. |