Click or drag to resize
ISearchSyntaxHelperAddSearchCondition Method
Adds the given search condition to the existing condition

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
string AddSearchCondition(
	string original,
	string add
)

Parameters

original
Type: SystemString
Original condition
add
Type: SystemString
Condition to add

Return Value

Type: String
See Also