|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
Use this method to set property values for an object.
Function SavePropertyValues(
Object As Object,
Properties,
Values) Function SavePropertyValuesEx(
Object As Object,
PropertyDefs,
LOADPROPERTYVALUES_FLAGS,
Values)
Name | Description |
---|---|
Object |
The object for which the properties should be retrieved. |
Properties |
The set of properties to return. |
PropertyDefs |
The set of properties to return. |
Flags |
See Remarks. |
Values |
A variant array with property values. |
Use this method to save changed property values. See LoadPropertyValues(Ex) method on how to load the existing property values.
Properties
This argument should describe the set of properties that should be modified. It can be an AMPropertySet object, a property set ID, or an AMPropertyDefCollection object.
PropertyDefs
This argument should describe the set of properties that is returned. It accepts property collection as:
Flags
One or more values from LOADPROPERTYVALUES_FLAGS constants.
Values
The variant should be an array containing the new property values. The index of the values should match the index of the properties in the Properties argument.
Related information
Accessing properties using the server object
Copyright © 2000-2012 BlueCielo ECM Solutions |