SaveObject

Syntax

SaveObject(OdId tObject)

Parameters

tObject. Changed object moniker.

Description

The SaveObject operation saves changes of the repository object.

Comments

This operation is used to save the changes made using various Set* operations. To execute the operation, in the tObject parameter specify the moniker of the object that is opened for edit and contains any changes. The operation does not return any result.

Example

SOAP

JSON

C#

See also:

Common Operations