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.40.0)

Syntax

C#
public Array GetFieldPathValues(
	string propertyDefFullName,
	out bool canEnterUnlisted
)
Visual Basic
Public Function GetFieldPathValues ( _
	propertyDefFullName As String, _
	<OutAttribute> ByRef canEnterUnlisted As Boolean _
) As Array
Visual C++
public:
Array^ GetFieldPathValues(
	String^ propertyDefFullName, 
	[OutAttribute] bool% canEnterUnlisted
)

Parameters

propertyDefFullName
Type: System..::..String
The property definition FullName property value that describes the property which values to return.
canEnterUnlisted
Type: System..::..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