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