MoveObject

Syntax

MoveObjectResult MoveObject(OdId tParent, MoveObjectArg tArg)

Parameters

tParent. Moved object moniker.

tArg. Operation execution parameters.

Description

The MoveObject operation moves a repository object.

Comments

To execute the operation, in the tParent parameter specify the moved object moniker. In the tArg parameter specify information on where the object is moved. This parameter may also contain parameters of updating the list of repository objects, that will be applied after the operation is executed.

The result of the operation is description of the moved object, and also the updated list of repository objects, if respective operation execution parameters are specified.

Example

SOAP

JSON

C#

See also:

Common Operations