Click or drag to resize
BCFolderNewFolder Method (String, BCFolderType)
Creates a new sub-folder in the folder with the specified type and 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,
	BCFolderType type
)

Parameters

name
Type: SystemString
The name of the sub-folder to create. If or an empty string then the sub-folder will have auto-generated name.
type
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolderType
The sub-folder type to create. If , then a normal folder is created (the AMFolder type).

Return Value

Type: BCFolder
The created sub-folder.
See Also