| ShellListBaseItemIsFolder Property | 
Gets a value indicating whether this instance is a folder or a file.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
 Syntax
Syntaxpublic 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
BooleanTrue if this instance is folder, false if not.
 See Also
See Also