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