The string names of fields used on Workspaces.
Inheritance Hierarchy
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
The WorkspaceFieldNames type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WorkspaceFieldNames | Initializes a new instance of the WorkspaceFieldNames class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | Accessible |
Indicates whether the workspace has been upgraded to the current version of Relativity.
|
![]() ![]() | Client |
Indicates the ArtifactID of the client associated with the workspace.
|
![]() ![]() | Credentials |
Indicates the Credential artifacts associated with the workspace.
|
![]() ![]() | DatabaseLocation |
Indicates the name of the server where the database is located.
|
![]() ![]() | DefaultCacheLocation |
Represents the ArtifactID of the server used to cache files for a workspace.
|
![]() ![]() | DefaultDataGridLocation |
Represents a ResourceServer object that specifies path for the physical location of files associated with Data Grid data for the workspace.
|
![]() ![]() | DefaultFileLocation |
Represents a Choice object that specifies path for the physical location of files associated with the workspace.
|
![]() ![]() | DownloadHandlerApplicationPath |
Lists the default URL referencing the code responsible for making downloaded files available to users.
|
![]() ![]() | EnableDataGrid |
Represents the whether Data Grid has been enabled for the workspace.
|
![]() ![]() | MatterID |
Indicates the ArtifactID of the matter associated with the workspace.
|
![]() ![]() | Name |
Represents a string used to identify a workspace,
and it is equivalent to the TextIdentifer property on Artifact.
|
![]() ![]() | ResourcePoolID |
Returns an integer ID representing the resource pool.
|
![]() ![]() | RootFolderID |
Indicates the ArtifactID assigned to the root folder of the workspace.
|
![]() ![]() | ServerID |
Indicates the ArtifactID of the server where the workspace database resides.
|
![]() ![]() | SQLFullTextLanguageCodeID |
Returns an integer representing the language used for word-break characters in the full text index.
|
![]() ![]() | Status |
Represents the status of the workspace.
|
![]() ![]() | WorkspaceAdminGroup |
Indicates a Group that has Administrative rights to a Workspace.
|
See Also