CustomFileListItemIsFolder Property |
Gets a value indicating whether this instance is a folder or a file.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic override bool IsFolder { get; }Public Overrides ReadOnly Property IsFolder As Boolean
Get
public:
virtual property bool IsFolder {
bool get () override;
}abstract IsFolder : bool with get
override IsFolder : bool with get
Property Value
BooleanTrue if this instance is folder, false if not.
See Also