| DirectoryInfoGetDirectoriesInternal Method | 
            Returns an array of directories in the current DirectoryInfo matching the given search criteria and using a value
            to determine whether to search subdirectories.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
 Syntax
Syntaxprotected override DirectoryInfo[] GetDirectoriesInternal(
	string searchPattern,
	SearchOption searchOption
)
Parameters
- searchPattern
- Type: SystemString
 Search pattern.
- searchOption
- Type: CMS.IOSearchOption
 Specifies whether to search the current directory, or the current directory and all subdirectories.
Return Value
Type: 
DirectoryInfo See Also
See Also