SelectObjectOrObjectFileVersion
Description
Selects object or file version in the listing window.
Syntax
// shellListing points to instance of IShellListing
await shellListing.SelectObjectOrObjectFileVersion(objOrFileVer);
Parameters
| Name | Optionality | Type | Description |
|---|---|---|---|
| objOrFileVer | Required | ObjectFileVersionParams | Object or object file identification. |
Return type
| Type | Description |
|---|---|
| Promise < void > | Method does not return a value |