BCEnvironmentGetFieldPathDefinition Method |
Returns a Field-Path definition object in which the given property participates.
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 BCFieldPathDefinition GetFieldPathDefinition(
BCPropertyDef propertyDef
)
Public Function GetFieldPathDefinition (
propertyDef As BCPropertyDef
) As BCFieldPathDefinition
Parameters
- propertyDef
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCPropertyDef
The definition of the property that the Field-Path definition will return.
Return Value
Type:
BCFieldPathDefinition
The Field-Path definition object in which the given property participates,
or null if the property is not part of the Field-Path definition.
See Also