| DirectoryInfoCreateSubdirectoryInternal Method | 
            Creates subdirectory.
            
 
Namespace: CMS.FileSystemStorageAssembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 10.0.0
 Syntax
Syntaxprotected override DirectoryInfo CreateSubdirectoryInternal(
	string subdir
)
Parameters
- subdir
- Type: SystemString
 Subdirectory to create
Return Value
Type: 
DirectoryInfo See Also
See Also