AbstractSearchSyntaxHelper GetFieldCondition Method (String, Object, Nullable Boolean )Kentico 8.1 API Reference
Gets the search condition for the given field

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

fieldName
Type: OnlineSystem String
Field name
val
Type: OnlineSystem Object
Field value
valueMatch (Optional)
Type: OnlineSystem Nullable OnlineBoolean 
Defines if the condition is required. True means required, false means all except, null means default operator (typically optional)

Return Value

Type: OnlineString
See Also