WorkspaceFieldNames Class

Relativity Services API
The string names of fields used on Workspaces.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.DTOs.ArtifactFieldNames
    kCura.Relativity.Client.DTOs.WorkspaceFieldNames

Namespace:  kCura.Relativity.Client.DTOs
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class WorkspaceFieldNames : ArtifactFieldNames

The WorkspaceFieldNames type exposes the following members.

Constructors

  NameDescription
Public methodWorkspaceFieldNames
Initializes a new instance of the WorkspaceFieldNames class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberAccessible
Indicates whether the workspace has been upgraded to the current version of Relativity.
Public fieldStatic memberClient
Indicates the ArtifactID of the client associated with the workspace.
Public fieldStatic memberCredentials
Indicates the Credential artifacts associated with the workspace.
Public fieldStatic memberDatabaseLocation
Indicates the name of the server where the database is located.
Public fieldStatic memberDefaultCacheLocation
Represents the ArtifactID of the server used to cache files for a workspace.
Public fieldStatic memberDefaultDataGridLocation
Represents a ResourceServer object that specifies path for the physical location of files associated with Data Grid data for the workspace.
Public fieldStatic memberDefaultFileLocation
Represents a Choice object that specifies path for the physical location of files associated with the workspace.
Public fieldStatic memberDownloadHandlerApplicationPath
Lists the default URL referencing the code responsible for making downloaded files available to users.
Public fieldStatic memberEnableDataGrid
Represents the whether Data Grid has been enabled for the workspace.
Public fieldStatic memberMatterID
Indicates the ArtifactID of the matter associated with the workspace.
Public fieldStatic memberName
Represents a string used to identify a workspace, and it is equivalent to the TextIdentifer property on Artifact.
Public fieldStatic memberResourcePoolID
Returns an integer ID representing the resource pool.
Public fieldStatic memberRootFolderID
Indicates the ArtifactID assigned to the root folder of the workspace.
Public fieldStatic memberServerID
Indicates the ArtifactID of the server where the workspace database resides.
Public fieldStatic memberSQLFullTextLanguageCodeID
Returns an integer representing the language used for word-break characters in the full text index.
Public fieldStatic memberStatus
Represents the status of the workspace.
Public fieldStatic memberWorkspaceAdminGroup
Indicates a Group that has Administrative rights to a Workspace.
Top
See Also

Reference