<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

Workspace

public class Workspace : Artifact
Represents a workspace.
public string DocumentPath { get; }

Indicates the path to the workspace's documents.

public string DownloadHandlerURL { get; }

Represents the default URL used when downloading files.

public int MatterArtifactID { get; }

Represents the identifier for the matter associated with the workspace.

public int RootArtifactID { get; }

Indicates the ArtifactID assigned to the root folder of the workspace.

public int RootFolderID { get; }

Indicates the root folder of the workspace.

public int StatusCodeArtifactID { get; }

Represents the identifier for the workspace's current status.