SearchQueryClausesAddClause Method |
Add clause to current object.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public void AddClause(
Object wordOrQueryToken,
ClauseTypeEnum type
)
Parameters
- wordOrQueryToken
- Type: SystemObject
KeyWord or SearchQueryToken child - type
- Type: CMS.SearchClauseTypeEnum
Clause type
See Also