Click or drag to resize
BCFolderNewFolder Method (String)
Creates a new normal sub-folder in the folder with the specified name.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCFolder NewFolder(
	string name
)

Parameters

name
Type: SystemString
The name of the normal sub-folder to create. If or an empty string then the sub-folder will have auto-generated name.

Return Value

Type: BCFolder
The created normal sub-folder.
See Also