SetObjectVersionSelectionStates
Description
Selects or unselects object versions.
Syntax
// shellListing points to instance of IShellListing
await shellListing.SetObjectVersionSelectionStates(objVers, select);
Parameters
Name | Type | Description |
---|---|---|
objVers | Array <ObjVer> | Object versions to select or unselect. |
select | boolean | True to select, false to unselect. |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |