Move Operation

This operation moves a repository folder or resource to a different folder in the repository. The operation exposes the API repository service moveResource and moveFolder methods.

The operation expects (as part of the request) a resource descriptor that identifies the resource or folder to be moved. The new location of the resource or folder must be provided as the value of the DESTINATION_URI request argument. The destination URI must resolve to an existing repository folder.

The following request moves the report unit located at /Reports/NewReport to /MyReports:

<request operationName="move" locale="en"
<argument name="DESTINATION_URI">/MyReports</argument>
<resourceDescriptor name="NewReport" wsType="reportUnit" uriString="/Reports/NewReport">
</resourceDescriptor>
</request>
Feedback
randomness