| 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
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
Type: 
BooleanTrue if this instance is folder, false if not.
 See Also
See Also