FileSystemEntryIsFolder Property  | 
 Gets a value indicating whether the entry is a folder.
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsFolder { get; }Public ReadOnly Property IsFolder As Boolean
	Get
public:
property bool IsFolder {
	bool get ();
}member IsFolder : bool with get
Property Value
Type: 
Boolean if the entry is a folder; otherwise, 
.
            
See Also