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