Returns a Field-Path level object to which the given property is associated.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCFieldPathLevel GetFieldPathLevel(
	BCPropertyDef propertyDef
)
Visual Basic
Public Function GetFieldPathLevel ( _
	propertyDef As BCPropertyDef _
) As BCFieldPathLevel
Visual C++
public:
BCFieldPathLevel^ GetFieldPathLevel(
	BCPropertyDef^ propertyDef
)

Parameters

propertyDef
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCPropertyDef
The definition of a property that the Field-Path level will return.

Return Value

The Field-Path level object to which the given property is associated, or null if the property is not part of the Field-Path definition.

See Also