<PackageReference Include="Relativity.Server.DocumentViewer.SDK" Version="2020.13.1" />
Relativity.DocumentViewer.Services.V2.PersistentHighlightSetDTO
public int Order {
get;
set; }
public string SetID {
get;
set; }
public string SetName {
get;
set; }
public string Syntax {
get;
set; }
public PersistentHighlightSetDTO(
string setName,
string id,
int setArtifactID,
bool expanded,
bool selected,
int order,
IEnumerable<
PersistentHighlightTerm>
terms,
bool hasEditPermission,
string syntax)