Workspace Class

Relativity Import APIs
Represents a workspace.
Inheritance Hierarchy

Object
  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

public class Workspace : Artifact

The Workspace type exposes the following members.

Properties

  NameDescription
Public propertyArtifactID
Represents a unique identifier for an Artifact.
(Inherited from Artifact.)
Public propertyArtifactTypeId
Represents the identifier for the type of item that the Artifact represents.
(Inherited from Artifact.)
Public propertyDocumentPath
Indicates the path to the workspace's documents.
Public propertyDownloadHandlerURL
Represents the default URL used when downloading files.
Public propertyMatterArtifactID
Represents the identifier for the matter associated with the workspace.
Public propertyName
Indicates the value of the Identifier field for the artifact.
(Inherited from Artifact.)
Public propertyParentArtifactID
Represents the identifier for the parent of the artifact.
(Inherited from Artifact.)
Public propertyRootArtifactID
Indicates the ArtifactID assigned to the root folder of the workspace.
Public propertyRootFolderID
Indicates the root folder of the workspace.
Public propertyStatusCodeArtifactID
Represents the identifier for the workspace's current status.
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 Artifact.
(Inherited from Artifact.)
Top
See Also

Reference