FileSystemEntryIsFolder Property |
Gets a value indicating whether the entry is a folder.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
Boolean if the entry is a folder; otherwise,
.
See Also