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