| ISearchSyntaxHelperAddSearchCondition Method  | 
            Adds the given search condition to the existing condition
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxstring AddSearchCondition(
	string original,
	string add
)
Parameters
- original
 - Type: SystemString
Original condition - add
 - Type: SystemString
Condition to add 
Return Value
Type: 
String
See Also