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