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