ShellBrowserBaseHasSubFolders Property |
Checks if the currently active object has subfolders.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool HasSubFolders { get; }
Public ReadOnly Property HasSubFolders As Boolean
Get
public:
property bool HasSubFolders {
bool get ();
}
member HasSubFolders : bool with get
Return Value
Type:
Booleantrue, if the currently active object has subfolders, false otherwise or if this cannot be determined.
See Also