Describes an item in Relativity.
Inheritance Hierarchy
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
The Artifact type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Represents a unique identifier for an Artifact.
|
![]() | ArtifactTypeId |
Represents the identifier for the type of item that the Artifact represents.
|
![]() | Name |
Indicates the value of the Identifier field for the artifact.
|
![]() | ParentArtifactID |
Represents the identifier for the parent of the artifact.
|
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.
(Overrides Object.ToString().) |
See Also