Click or drag to resize
AbstractSearchSyntaxHelperIsEmptyCondition Method
Returns true if the given search condition is empty

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public virtual bool IsEmptyCondition(
	string condition
)

Parameters

condition
Type: SystemString
Search condition to check

Return Value

Type: Boolean

Implements

ISearchSyntaxHelperIsEmptyCondition(String)
See Also