SelectObjectFile
Description
Selects the object (object version) item.
Syntax
// shellListing points to instance of IShellListing
await shellListing.SelectObjectFile(objVer, fileVer);
Parameters
Name | Type | Description |
---|---|---|
objVer | ObjVer | Specifies the parent object version. |
fileVer | FileVer | Specifies the file to select. |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |