SetObjectOrObjectFileVersionSelectionStates
Description
Selects or unselects objects or object files.
Syntax
// shellListing points to instance of IShellListing
await shellListing.SetObjectOrObjectFileVersionSelectionStates(
objOrFileVers,
select,
);
Parameters
Name | Type | Description |
---|---|---|
objOrFileVers | Array <ObjectFileVersionParams> | Array of object or file 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 |