Click or drag to resize

BCFieldPathDefinitionNewLevel Method (String)

Creates a new level and appends it at the end.

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 BCFieldPathLevel NewLevel(
	string name
)

Parameters

name
Type: SystemString
The name of the level to create.

Return Value

Type: BCFieldPathLevel
The created level.
See Also