Workspace
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()
{
}
}
}