SetFolderSelectionStates
Description
Selects or unselects property folders.
Syntax
// shellListing points to instance of IShellListing
await shellListing.SetFolderSelectionStates(folders, select);
Parameters
Name | Optionality | Type | Description |
---|---|---|---|
folders | Required | Array < IFolder > | 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. |
select | Required | boolean | True to select, false to unselect. |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |