ShellBrowser .Net Edition
FolderCount Property
NamespacesJam.ShellBaseSelectionListFolderCount
Get the total number of selected folders.
Declaration Syntax
C#Visual BasicVisual C++
public int FolderCount { get; protected set; }
Public Property FolderCount As Integer
public:
property int FolderCount {
	int get ();
	void set (int value);
}
Remarks
This property will only return valid results if CalculateSelectedFiles is set to true.
See Also

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)