Skip to main content

SetObjectOrObjectFileVersionSelectionStates

Description

Selects or unselects objects or object files.

Syntax

// shellListing points to instance of IShellListing
await shellListing.SetObjectOrObjectFileVersionSelectionStates(
objOrFileVers,
select,
);

Parameters

NameOptionalityTypeDescription
objOrFileVersRequiredArray < ObjectFileVersionParams >Array of object or file versions to select or unselect.
selectRequiredbooleanTrue to select, false to unselect.

Return type

TypeDescription
Promise < void >Method does not return a value

Exceptions

ArgumentError - When objOrFileVers or select is null or undefined.