Gets the field condition for a range of values
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- fieldName
- Type: System String
Field name
- from
- Type: System Object
From value
- to
- Type: System Object
To value
- valueMatch (Optional)
- Type: System Nullable Boolean
Defines if the condition is required. True means required, false means all except, null means default operator (typically optional)
Return Value
Type: StringSee Also