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