<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

Artifact

public abstract class Artifact
Describes an item in Relativity.
public int ArtifactID { get; }

Represents a unique identifier for an Artifact.

public int ArtifactTypeId { get; }

Represents the identifier for the type of item that the Artifact represents.

public string Name { get; }

Indicates the value of the Identifier field for the artifact.

public int ParentArtifactID { get; }

Represents the identifier for the parent of the artifact.

protected Artifact()