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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public Array LevelValues(
	string partialPath
)
Visual Basic
Public Function LevelValues ( _
	partialPath As String _
) As Array
Visual C++
public:
Array^ LevelValues(
	String^ partialPath
)

Parameters

partialPath
Type: System..::..String
The partial path.

Return Value

An array of valid choices at the next level.

See Also