ISearchSyntaxHelper GetFieldCondition Method (String, Object, Object, Nullable Boolean )Kentico 8.0 API Reference
Gets the field condition for a range of values

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

Parameters

fieldName
Type: OnlineSystem String
Field name
from
Type: OnlineSystem Object
From value
to
Type: OnlineSystem Object
To 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