BCEnvironmentGetFieldPathLevel Method |
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: 4.0.0.0 (4.0.111.0)
Syntax public BCFieldPathLevel GetFieldPathLevel(
BCPropertyDef propertyDef
)
Public Function GetFieldPathLevel (
propertyDef As BCPropertyDef
) As BCFieldPathLevel
Parameters
- propertyDef
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCPropertyDef
The definition of a property that the Field-Path level will return.
Return Value
Type:
BCFieldPathLevel
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