SetObjectOrObjectFileVersionSelectionStates
Description
Selects or unselects objects or object files.
Syntax
// shellListing points to instance of IShellListing
await shellListing.SetObjectOrObjectFileVersionSelectionStates(
objOrFileVers,
select,
);
Parameters
| Name | Optionality | Type | Description |
|---|---|---|---|
| objOrFileVers | Required | Array < ObjectFileVersionParams > | Array of object or file versions to select or unselect. |
| select | Required | boolean | True to select, false to unselect. |
Return type
| Type | Description |
|---|---|
| Promise < void > | Method does not return a value |