BCSMetadataGetFieldPathValues Method |
Returns an array of property values that are used in levels
of the Field-Path definition facility.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: 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
)
Public Function GetFieldPathValues (
propertyDefFullName As String,
<OutAttribute> ByRef canEnterUnlisted As Boolean
) As Array
public:
Array^ GetFieldPathValues(
String^ propertyDefFullName,
[OutAttribute] bool% canEnterUnlisted
)
member GetFieldPathValues :
propertyDefFullName : string *
canEnterUnlisted : bool byref -> Array
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