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 (25.3.0.1000)
Syntaxpublic 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: 
IEnumerableFolder
See Also