Click or drag to resize
BCRepositorySavePropertyValue Method (BCRepositoryObject, String, Object, PropertyDefFlags)
Saves the value of the given property for an object.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void SavePropertyValue(
	BCRepositoryObject anObject,
	string propertyDefIDOrFullName,
	Object propertyValue,
	PropertyDefFlags flags
)

Parameters

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