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