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

Relativity.Services.Interfaces.Shared.Models.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.