ShellListBaseItemIsFolder Property |
Gets a value indicating whether this instance is a folder or a file.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public abstract bool IsFolder { get; }
Public MustOverride ReadOnly Property IsFolder As Boolean
Get
public:
virtual property bool IsFolder {
bool get () abstract;
}
abstract IsFolder : bool with get
Property Value
Type:
BooleanTrue if this instance is folder, false if not.
See Also