PersistentHighlightSetDTO
Persistent Highlight Set
The initial expanded state of the highlight set
Whether the user has edit permission type
The order the Persistent Highlight Sets will be rendered
Persistent Highlight Set's ID
The Persistent Highlight Term's for this Highlight Set
The initial selected state of the highlight set
Unique Identifier for the highlight set
The Highlight Set's Name
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