RelativityUpdateFolder
Alias:RelativityUpdateFolder
Output:Unit
Update a Relativity folder
Parameter | Type | Required | Position | Summary |
---|---|---|---|---|
Workspace | int or string | ✔ | 1 | The Workspace containing the folder. You can provide either the Artifact Id or the name |
FolderId | int | ✔ | 2 | The Id of the folder you want to update |
FolderName Name | string | ✔ | 3 | The new name of the folder. |
Examples​
SCL​
RelativityUpdateFolder Workspace: 11 FolderId: 22 FolderName: "NewName"