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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCFieldPathLevel NewLevel(
	string name
)
Visual Basic
Public Function NewLevel ( _
	name As String _
) As BCFieldPathLevel
Visual C++
public:
BCFieldPathLevel^ NewLevel(
	String^ name
)

Parameters

name
Type: System..::..String
The name of the level to create.

Return Value

The created level.

See Also