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