Click or drag to resize
DirectoryInfoGetDirectories Method (String)
Returns the subdirectories of the current directory.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 8.2.23
Syntax
C#
public override DirectoryInfo[] GetDirectories(
	string searchPattern
)

Parameters

searchPattern
Type: SystemString
Search pattern.

Return Value

Type: DirectoryInfo
See Also