Folder 2.5 Move
Moves a folder to another destination parent folder in the repository.
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. |
| plFolderRef | Long | In | Identifier of the folder |
| plToFolderRef | Long | In | Identifier of the destination folder to which the folder is moved. |
Requirements are:
- The current user has write access to the folder that will be moved.
- The current has write access to the department assigned to the destination parent folder.
Some typical scenarios are:
- When the user is not a member of the owner's usergroup of the folder, you receive an error (
ObjectNotPartOfUserGroup, -117). - When the read access of the to be moved folder violates the read access of the new parent folder, you receive an error (
SecurityRuleViolatedInParentFolder, -225).