Click or drag to resize
BCFieldPathDefinitionLevelValues Method (String)
Returns an array of valid choices at the next level for the specified partial path.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.41.0)
Syntax
public Array LevelValues(
	string partialPath
)

Parameters

partialPath
Type: SystemString
The partial path.

Return Value

Type: Array
An array of valid choices at the next level.
See Also