Click or drag to resize
BCFieldPathBranchNewLevel Method (String, Int32)
Creates a new level at the desired index position.

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

Parameters

name
Type: SystemString
The name of the level to create.
index
Type: SystemInt32
The index position of the level to create. If -1 then the level will be appended at the end.

Return Value

Type: BCFieldPathLevel
The created level.
See Also