SearchSyntaxHelperIsEmptyCondition Method |
Returns true if the given search condition is empty
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public static bool IsEmptyCondition(
string condition
)
Parameters
- condition
- Type: SystemString
Search condition to check
Return Value
Type:
BooleanSee Also