Click or drag to resize

BCEnvironmentNewFolderType Method (String)

Creates a new folder type 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.111.0)
Syntax
public BCFolderType NewFolderType(
	string name
)

Parameters

name
Type: SystemString
The name of the folder type to create.

Return Value

Type: BCFolderType
The created folder type.
See Also