Click or drag to resize
SearchSyntaxHelperGetFilterCondition Method
Returns condition for search filter row

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static string GetFilterCondition(
	string row,
	string value
)

Parameters

row
Type: SystemString
Filter row
value
Type: SystemString
Filter row value

Return Value

Type: String
See Also