BCFieldPathDefinitionNewLevel 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.111.0)
Syntax public BCFieldPathLevel NewLevel(
string name,
int index
)
Public Function NewLevel (
name As String,
index As Integer
) As BCFieldPathLevel
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:
BCFieldPathLevelThe created level.
See Also