FileSystemEntryAllFolders Property |
Gets a flat list of all folders in the entry and all of the entry's descendants.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IEnumerable<Folder> AllFolders { get; }
Public ReadOnly Property AllFolders As IEnumerable(Of Folder)
Get
public:
property IEnumerable<Folder^>^ AllFolders {
IEnumerable<Folder^>^ get ();
}
member AllFolders : IEnumerable<Folder> with get
Property Value
Type:
IEnumerableFolderSee Also