Click or drag to resize
BCSMetadataGetFieldPathValues Method
Returns an array of property values that are used in levels of the Field-Path definition facility.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public Array GetFieldPathValues(
	string propertyDefFullName,
	out bool canEnterUnlisted
)

Parameters

propertyDefFullName
Type: SystemString
The property definition FullName property value that describes the property which values to return.
canEnterUnlisted
Type: SystemBoolean
A value indicating whether the user can enter unlisted values.

Return Value

Type: Array
An array of property values that are used in levels of the Field-Path definition facility.
Remarks
The method is an analogous of the GetFPValues method of the IAMPropertyValidation interface of the VB6 Extension Designer object.
See Also