Click or drag to resize
SearchPattern Class
Search text with type of supported search syntax.
Inheritance Hierarchy
SystemObject
  CMS.SearchSearchPattern

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

The SearchPattern type exposes the following members.

Constructors
  NameDescription
Public methodSearchPattern
Initializes a new instance of SearchPattern.
Top
Properties
  NameDescription
Public propertySearchText
Text to search for.
Public propertySupportedSearchSyntax
Supported search syntax, to determine how are the characters of SearchText escaped.
Top
See Also