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
)
Public Function NewLevel (
name As String
) As BCFieldPathLevel
Parameters
- name
- Type: SystemString
The name of the level to create.
Return Value
Type:
BCFieldPathLevelThe created level.
See Also