Click or drag to resize
SearchQueryClausesAddClause Method
Add clause to current object.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public void AddClause(
	Object wordOrQueryToken,
	ClauseTypeEnum type
)

Parameters

wordOrQueryToken
Type: SystemObject
KeyWord or SearchQueryToken child
type
Type: CMS.SearchClauseTypeEnum
Clause type
See Also