<PackageReference Include="Relativity.Server.EventHandler.SDK" Version="5000.0.2" />

Artifact

public class Artifact
Creates artifact instances.
public int ArtifactID { get; }

Gets the artifact ID.

public int ArtifactTypeID { get; }

Gets the artifact type ID.

public string ArtifactTypeName { get; }

Gets the artifact type name.

public FieldCollection Fields { get; }

Gets the fields collection.

public bool IsNew { get; }

Gets the IsNew property.

public int? ParentArtifactID { get; }

Gets the parent artifact ID.

public Artifact(int artifactID, int? parentArtifactID, int artifactTypeID, string artifactTypeName, bool isNew, FieldCollection fields)

Initializes a new instance of the Artifact class.