RelativityGetSubfolders
Alias:RelativityGetSubfolders
Output:Array<T>
Gets all children of a 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 |
FolderArtifactId | int | ✔ | 2 | The Id of the folder. |
Examples​
SCL​
RelativityGetSubfolders Workspace: 11 FolderArtifactId: 22
Expected Output​
[(Name: MySubFolder, ArtifactID: 12345, HasChildren: true, Selected: false)]