DirectoryInfoGetFilesInternal Method |
Returns files of the current directory.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 13.0.131
Syntax protected 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:
FileInfoSee Also