BCSMetadata GetFieldPathValues Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
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: 1.4.0.0 (1.4.53.0)
Syntax

public Array GetFieldPathValues(
	string propertyDefFullName,
	out bool canEnterUnlisted
)

Parameters

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

Return Value

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