<PackageReference Include="Relativity.Productions.SDK" Version="12.6.1" />

MarkupSetRef

public class MarkupSetRef
A reference object for Relativity markup sets. The properties only include the markup set name and artifact ID.
public int ArtifactID { get; set; }

Artifact Id of reference

public string Name { get; set; }

Descriptive name of reference

public MarkupSetRef()

Creates a new instance of MarkupSetRef.

public MarkupSetRef(int artifactID)

Creates a new instance of MarkupSetRef.