BCRepositorySavePropertyValue Method (BCRepositoryObject, String, Object, PropertyDefFlags) |
Saves the value of the given property for an object.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void SavePropertyValue(
BCRepositoryObject anObject,
string propertyDefIDOrFullName,
Object propertyValue,
PropertyDefFlags flags
)
Public Sub SavePropertyValue (
anObject As BCRepositoryObject,
propertyDefIDOrFullName As String,
propertyValue As Object,
flags As PropertyDefFlags
)
public:
void SavePropertyValue(
BCRepositoryObject^ anObject,
String^ propertyDefIDOrFullName,
Object^ propertyValue,
PropertyDefFlags flags
)
member SavePropertyValue :
anObject : BCRepositoryObject *
propertyDefIDOrFullName : string *
propertyValue : Object *
flags : PropertyDefFlags -> unit
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