FileSystemEntryFolders Property |
Gets the folders contained in the entry.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyList<Folder> Folders { get; }
Public ReadOnly Property Folders As IReadOnlyList(Of Folder)
Get
public:
property IReadOnlyList<Folder^>^ Folders {
IReadOnlyList<Folder^>^ get ();
}
member Folders : IReadOnlyList<Folder> with get
Property Value
Type:
IReadOnlyListFolderSee Also