Artifact Class

Relativity Import APIs
Describes an item in Relativity.
Inheritance Hierarchy

Object
  kCura.Relativity.ImportAPI.Data.Artifact
    kCura.Relativity.ImportAPI.Data.Field
    kCura.Relativity.ImportAPI.Data.ProductionSet
    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 abstract class Artifact

The Artifact type exposes the following members.

Properties

  NameDescription
Public propertyArtifactID
Represents a unique identifier for an Artifact.
Public propertyArtifactTypeId
Represents the identifier for the type of item that the Artifact represents.
Public propertyName
Indicates the value of the Identifier field for the artifact.
Public propertyParentArtifactID
Represents the identifier for the parent of the artifact.
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.
(Overrides Object.ToString().)
Top
See Also

Reference