| DirectoryInfoGetFilesInternal Method | 
            Returns files of the current directory.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
 Syntax
Syntaxprotected override FileInfo[] GetFilesInternal(
	string searchPattern,
	SearchOption searchOption
)
Parameters
- searchPattern
- Type: SystemString
 Search pattern.
- searchOption
- Type: CMS.IOSearchOption
 Whether return files from top directory or also from any subdirectories.
Return Value
Type: 
FileInfo See Also
See Also