Click or drag to resize
SearchQueryClauses Class
Class with information about clauses and keywords.
Inheritance Hierarchy
SystemObject
  CMS.SearchSearchQueryClauses

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public class SearchQueryClauses

The SearchQueryClauses type exposes the following members.

Constructors
  NameDescription
Public methodSearchQueryClauses
Top
Fields
  NameDescription
Protected fieldandClauses
Collection of 'AND' clauses.
Protected fieldandNotClauses
Collection of 'AND NOT' clauses.
Protected fieldorClauses
Collection of 'OR' clauses.
Top
Properties
  NameDescription
Public propertyHighlightedWords
Gets the list of words which should be highlighted.
Public propertyParent
Gets or sets the parent of the current object.
Top
Methods
  NameDescription
Public methodAddClause
Add clause to current object.
Public methodGetQuery
Returns Full text SQL query.
Public methodGetQuery(Boolean, Boolean)
Returns Full text SQL query and fill collection of words which should be highlighted.
Public methodGetQuery(Boolean, Boolean, ListString)
Returns Full text SQL query and fill collection of words which should be highlighted.
Top
See Also