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 (in ShellBrowser.dll) Version: 7.2
Syntax
public abstract bool IsFolder { get; }

Property Value

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