Skip to main content

SetFolderSelectionStates

Description

Selects or unselects property folders.

Syntax

// shellListing points to instance of IShellListing
await shellListing.SetFolderSelectionStates(folders, select);

Parameters

NameTypeDescription
foldersArray <any >FolderCollection to identify the property folders
to select or unselect. Note:the array contains one IFolderDef item for each property
folder to select or unselect. It is not a path to single property folder.
selectbooleanTrue to select, false to unselect.

Return type

TypeDescription
Promise < void >Method does not return a value