M-Files UI Extensibility Framework
SetFolderSelectionStates Method
IShellListing Interface : SetFolderSelectionStates Method
FolderDefs array 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.
True to select, false to unselect.
Description
Selects or unselects property folders.
Syntax
Visual Basic
Public Sub SetFolderSelectionStates( _
   ByVal folderDefs As IFolderDefs, _
   ByVal Select As Boolean _
) 
Parameters
folderDefs
FolderDefs array 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
True to select, false to unselect.
Remarks

This method does not change the focused item.

Supported in M-Files 10.0.3911.3 and newer.

See Also

IShellListing Interface  | IShellListing Members