Returns an array of valid choices at the next level for the specified partial path and document type.

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,
	BCDocumentType documentType
)
Visual Basic
Public Function LevelValues ( _
	partialPath As String, _
	documentType As BCDocumentType _
) As Array
Visual C++
public:
Array^ LevelValues(
	String^ partialPath, 
	BCDocumentType^ documentType
)

Parameters

partialPath
Type: System..::..String
The partial path.
documentType
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocumentType
The document type.

Return Value

An array of valid choices at the next level.

See Also