Click or drag to resize
AbstractSearchSyntaxHelperGetNotCondition Method
Gets a not (except) condition from the given condition

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
public virtual string GetNotCondition(
	string condition
)

Parameters

condition
Type: SystemString
Condition to convert to required

Return Value

Type: String

Implements

ISearchSyntaxHelperGetNotCondition(String)
See Also