Click or drag to resize
DirectoryInfoCreateSubdirectoryInternal Method
Creates subdirectory.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
protected override DirectoryInfo CreateSubdirectoryInternal(
	string subdir
)

Parameters

subdir
Type: SystemString
Subdirectory to create.

Return Value

Type: DirectoryInfo
See Also