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

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

Parameters

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

Return Value

Type: String

Implements

ISearchSyntaxHelperAddSearchCondition(String, String)
See Also