Click or drag to resize
BCFieldPathDefinitionLevelValues Method (String, BCDocumentType)
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: 4.0.0.0 (4.0.19.0)
Syntax
public Array LevelValues(
	string partialPath,
	BCDocumentType documentType
)

Parameters

partialPath
Type: SystemString
The partial path.
documentType
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentType
The document type.

Return Value

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