Workspace public class Workspace : Artifact Documentation public bool? Accessible { get; set; } public Client Client { get; set; } public List<Credential> Credentials { get; set; } public string DatabaseLocation { get; set; } public int? DefaultCacheLocation { get; set; } public Choice DefaultFileLocation { get; set; } public string DownloadHandlerApplicationPath { get; set; } public bool? EnableDataGrid { get; set; } public int? MatterID { get; set; } public string Name { get; set; } public int? ResourcePoolID { get; set; } public int? RootFolderID { get; set; } public int? ServerID { get; set; } public int? SQLFullTextLanguageCodeID { get; set; } public Choice Status { get; set; } public Group WorkspaceAdminGroup { get; set; } public Workspace() public Workspace(int artifactID) public Workspace(Guid artifactGUID) public Workspace(List<Guid> artifactGUIDs)