Folder 2.5 MoveObjects
Moves objects in the Content Manager repository from one folder into another folder.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services, making this parameter redundant. |
| plToFolderRef | Long | In | The identifier (folder id) of the folder that the object has to be moved into. |
| pasLogicalIds | StringArray | In | String list with the logical identifiers of the objects. |
| plFromFolderRef | Long | In | The identifier (folder id) of the folder that the object has to be moved from. |
| psOutXMLErrorReport | String | Out | Error Report XML structure containing the exception per object. |
Requirements are:
- The current user has write access to the folder from where the objects will be moved.
- The current user has write access to the folder where the objects will be moved.
Note that:
- If
plFromFolderRefis specified, it should match the current folder of the object.