Move(IDataObject):Void

Moves the reservation under another data object.

By means of this method, the name reservation can be moved under another data object.

The following is to be considered here: If the reservation was generated by the creation of a new data object in a ChangeSet, then the creation of this reservation is only one part of the procedure. A reservation is also created for the Id, and a data object generated in the context of a ChangeSet. If this method is now created for the generated reservation, then only this reservation is moved. The other data is not affected by this.

Return type: System.Void

Parameter

newFolder

Type: Onion.Client.IDataObject

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

If a data object or a reservation with the same name is already present underneath the new parent data object, then a DataObjectAlreadyExistsException is triggered.