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 (24.3.0.1000)
Syntax public 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