<PackageReference Include="Relativity.Server.DocumentViewer.SDK" Version="5000.0.4" />

PersistentHighlightSetDTO

Persistent Highlight Set
public bool Expanded { get; set; }

The initial expanded state of the highlight set

public bool HasEditPermission { get; set; }

Whether the user has edit permission type

public int Order { get; set; }

The order the Persistent Highlight Sets will be rendered

public long PersistentHighlightSetID { get; set; }

Persistent Highlight Set's ID

The Persistent Highlight Term's for this Highlight Set

public bool Selected { get; set; }

The initial selected state of the highlight set

public string SetID { get; set; }

Unique Identifier for the highlight set

public string SetName { get; set; }

The Highlight Set's Name

public string Syntax { get; set; }

The search syntax for this PersistentHighlight Set (phsTerms or dtSearch)

public PersistentHighlightSetDTO(string setName, string id, int setArtifactID, bool expanded, bool selected, int order, IEnumerable<PersistentHighlightTerm> terms, bool hasEditPermission, string syntax)

Represents the PersistentHighlightSet object