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

IHaveSecurableCreatedAndModified

Represents a DTO with information about the creation and modification of an object which uses the security model.

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

DateTime CreatedOn { get; set; }

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

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

DateTime LastModifiedOn { get; set; }

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