Folder 2.5 Rename
Renames a folder in the Content Manager 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 |
| psNewFolderName | String | In | New name of the folder |
Requirements are:
- The user must have write access in the parent folder.
Some typical scenarios are:
- When the user is not a member of the owner's usergroup of the given folder, you receive an error (
ObjectNotPartOfUserGroup, -117).