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

Workspace

public class Workspace : Artifact
Represents a workspace.
namespace kCura.Relativity.ImportAPI.Data { public class Workspace : Artifact { public int MatterArtifactID { get; set; } public int StatusCodeArtifactID { get; set; } public int RootFolderID { get; set; } public int RootArtifactID { get; set; } public string DownloadHandlerURL { get; set; } public string DocumentPath { get; set; } internal Workspace() { } } }