FileAllFilesAndSelf Property |
Gets the file and all of its child files.
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<File> AllFilesAndSelf { get; }
Public ReadOnly Property AllFilesAndSelf As IEnumerable(Of File)
Get
public:
property IEnumerable<File^>^ AllFilesAndSelf {
IEnumerable<File^>^ get ();
}
member AllFilesAndSelf : IEnumerable<File> with get
Property Value
Type:
IEnumerableFileSee Also