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

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

Parameters

condition
Type: SystemString
Condition to convert to required

Return Value

Type: String
See Also