BCFieldPathDefinitionNewLevel Method (String) |
Creates a new level and appends it at the end.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCFieldPathLevel NewLevel(
string name
)
Public Function NewLevel (
name As String
) As BCFieldPathLevel
public:
BCFieldPathLevel^ NewLevel(
String^ name
)
member NewLevel :
name : string -> BCFieldPathLevel
Parameters
- name
- Type: SystemString
The name of the level to create.
Return Value
Type:
BCFieldPathLevelThe created level.
See Also