<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5000.0.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.