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

PersistentHighlightTerm

Persistent Highlight Term
public string BackgroundColor { get; set; }

Color code for the background of the highlight term

public string ForegroundColor { get; set; }

Color code for the foreground of the highlight term

public string Id { get; set; }

Unique Identifier for the highlight term

public long PersistentHighlightSetId { get; set; }

The Persistent Highlight Set's ID that this highlight term belongs to

public long PersistentHighlightTermId { get; set; }

Persistent Highlight Term's ID

public bool Selected { get; set; }

The initial selected state of the highlight term

public string Syntax { get; set; }

The search syntax for the highlight term. phsterms or dtsearch.

public string Term { get; set; }

Highlight Term's values