<PackageReference Include="Relativity.Shared.SDK" Version="1.8.0" />

IHaveCreatedAndModified

public interface IHaveCreatedAndModified
Represents a DTO with information about the creation and modification of an object.

Gets the Artifact ID and name of the user who created the artifact.

DateTime CreatedOn { get; set; }

Gets the date and time when the artifact was added to Relativity.

Gets the Artifact ID and name of the user who recently updated the artifact.

DateTime LastModifiedOn { get; set; }

Gets the date and time when the artifact was most recently updated.