Click or drag to resize

BCRepositoryLoadPropertyValue Method (BCRepositoryObject, String, PropertyDefFlags)

Returns the value of an object of the specified property.

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 Object LoadPropertyValue(
	BCRepositoryObject anObject,
	string propertyDefIDOrFullName,
	PropertyDefFlags flags
)

Parameters

anObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object for which the property should be retrieved.
propertyDefIDOrFullName
Type: SystemString
The property definition FullName property value that describes the property that is returned. Or the ID property value (flags must contain eTreatStringAsObjectID flag).
flags
Type: BlueCieloECM.InnoCielo.Meridian.ServerPropertyDefFlags
A bitmask that is a combination of bit flags from PropertyDefFlags.

Return Value

Type: Object
The property value.
See Also