CopyFolder
Copy a Folder.
Input
Name | Type | Description |
FolderID | String | The Id of the file to copy. |
DestinationFolderId | String | The Id of the destination folder to copy the Folder to. |
NewName | String | An optional new name for the copied folder. |
AsUserId | String | The Id of the user you want to impersonate. Only works with Admin, Co-Admin and Service Accounts. |
Result Set Columns
Name | Type | Description |
Success | String | Whether or not the folder was successfully copied. |
ID | String | Id of the copied folder. |