Click or drag to resize

BaseSelectionListFolderCount Property

Get the total number of selected folders.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public int FolderCount { get; protected set; }

Property Value

Type: Int32
Remarks
This property will only return valid results if CalculateSelectedFiles is set to true.
See Also