RelativityMoveFolder
Alias:RelativityMoveFolder
Output:Entity
Move a folder and its children, including subfolders and documents.
Parameter | Type | Required | Position | Summary |
---|---|---|---|---|
Workspace | int or string | ✔ | 1 | The Workspace containing the folder to move. You can provide either the Artifact Id or the name |
FolderArtifactId | int | ✔ | 2 | The Id of the folder. |
DestinationFolderArtifactId | int | ✔ | 3 | The Id of the destination folder. |
Examples​
SCL​
RelativityMoveFolder Workspace: 11 FolderArtifactId: 33 DestinationFolderArtifactId: 22
Expected Output​
(TotalOperations: 1 ProcessState: "Complete" OperationsCompleted: 1)