Click or drag to resize

ShellListBaseItemIsFolder Property

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

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

Property Value

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