IJamItemIdListIsFolder Property |
Gets a value indicating whether this object is a folder and can be enumerated.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax ReadOnly Property IsFolder As Boolean
Get
property bool IsFolder {
bool get ();
}
abstract IsFolder : bool with get
Property Value
Type:
BooleanTrue if this object is folder, false if not.
See Also