SearchPattern Constructor |
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public SearchPattern(
string searchText,
SearchOptionsEnum supportedSearchSyntax
)
Parameters
- searchText
- Type: SystemString
Text to search for. - supportedSearchSyntax
- Type: CMS.SearchSearchOptionsEnum
Type of supported search sytnax.
Exceptions Exception | Condition |
---|
ArgumentException | Thrown when searchTextis null or empty. |
See Also