| DirectoryGetDirectories Method (String) | 
            Gets the names of subdirectories in the specified directory.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntaxpublic override string[] GetDirectories(
	string path
)
Parameters
- path
 - Type: SystemString
Path to retrieve directories from. 
Return Value
Type: 
String
See Also