| SearchSyntaxHelperGetFieldCondition Method (String, Object, Object, NullableBoolean) | 
            Gets the field condition for a range of values
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxpublic static string GetFieldCondition(
	string fieldName,
	Object from,
	Object to,
	Nullable<bool> valueMatch = true
)
Parameters
- fieldName
 - Type: SystemString
Field name - from
 - Type: SystemObject
From value - to
 - Type: SystemObject
To value - valueMatch (Optional)
 - Type: SystemNullableBoolean
Defines if the condition is required. True means required, false means all except, null means default operator (typically optional) 
Return Value
Type: 
String
See Also