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.111.0)
Syntax public Array LevelValues(
string partialPath
)
Public Function LevelValues (
partialPath As String
) As Array
Parameters
- partialPath
- Type: SystemString
The partial path.
Return Value
Type:
ArrayAn array of valid choices at the next level.
See Also