<PackageReference Include="Relativity.Services.DataContracts.SDK" Version="13.6.2" />

Relativity.Services.Batching.ISecurableArtifact

public interface ISecurableArtifact
Represents securable artifact.
int ArtifactID { get; set; }

Gets or sets the artifact identifier.

bool IsSecured { get; set; }

Gets or sets a value indicating whether this artifact is secured.

void Secure()

Secures artifact.