Skip to main content
Version: v0.19.0-alpha 🚧

RelativityGetSubfolders

Alias:RelativityGetSubfolders

Output:Array<T>

Gets all children of a folder

ParameterTypeRequiredPositionSummary
Workspaceint or string✔1The Workspace containing the folder You can provide either the Artifact Id or the name
FolderArtifactIdint✔2The Id of the folder.

Examples​

SCL​

RelativityGetSubfolders Workspace: 11 FolderArtifactId: 22

Expected Output​

[(Name: MySubFolder, ArtifactID: 12345, HasChildren: true, Selected: false)]