Move(IDataObject):Void

Moves the current data object under another data object.

This method moves the current data object underneath the indicated data object. If a data object with the same name already exists, then a DataObjectAlreadyExistsException is triggered.

By means of the method Move the current data object can be renamed, including during the procedure.

It is also important for a data object that follows the schema of the current data object to be allowed to be created underneath the new parent data object.

Return type: System.Void

Parameter

newParent

Type: Onion.Client.IDataObject

This parameter indicates the data object under which the current data object is to be moved.