<PackageReference Include="Relativity.Api" Version="10.0.275.2" />

IArtifact

public interface IArtifact : IArtifactRef
Represents a Relativity artifact.
int ArtifactTypeID { get; set; }

The identifier for the type of item that the artifact represents.

int CreatedBy { get; }

The user who created the artifact.

The DateTime in UTC when the artifact was created.

bool DeleteFlag { get; set; }

Marks if the artifact has been flagged for deletion.

string Keywords { get; set; }

User defined keywords.

int LastModifiedBy { get; }

The user who last modified the artifact.

The DateTime in UTC when the artifact was last modified.

string Notes { get; set; }

User defined notes.

int? ParentArtifactID { get; set; }

The identifier for the parent of the artifact.

string TextIdentifier { get; set; }

The text identifier for the artifact.