Click or drag to resize

CustomFileListItemIsFolder Property

Gets a value indicating whether this instance is a folder or a file.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public override bool IsFolder { get; }

Property Value

Type: Boolean
True if this instance is folder, false if not.
See Also