Represents a workspace.
Inheritance Hierarchy
kCura.Relativity.ImportAPI.Data.Artifact
kCura.Relativity.ImportAPI.Data.Workspace
Namespace: kCura.Relativity.ImportAPI.Data
Assembly: Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax
The Workspace type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Represents a unique identifier for an Artifact.
(Inherited from Artifact.) |
![]() | ArtifactTypeId |
Represents the identifier for the type of item that the Artifact represents.
(Inherited from Artifact.) |
![]() | DocumentPath |
Indicates the path to the workspace's documents.
|
![]() | DownloadHandlerURL |
Represents the default URL used when downloading files.
|
![]() | MatterArtifactID |
Represents the identifier for the matter associated with the workspace.
|
![]() | Name |
Indicates the value of the Identifier field for the artifact.
(Inherited from Artifact.) |
![]() | ParentArtifactID |
Represents the identifier for the parent of the artifact.
(Inherited from Artifact.) |
![]() | RootArtifactID |
Indicates the ArtifactID assigned to the root folder of the workspace.
|
![]() | RootFolderID |
Indicates the root folder of the workspace.
|
![]() | StatusCodeArtifactID |
Represents the identifier for the workspace's current status.
|
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 Artifact.
(Inherited from Artifact.) |
See Also