| ISearchSyntaxHelperGetRange Method | 
            Gets the range expression
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 10.0.0
 Syntax
Syntaxstring GetRange(
	Object from,
	Object to = null
)
Parameters
- from
- Type: SystemObject
 From value
- to (Optional)
- Type: SystemObject
 To value. If not specified, the range covers only the from value.
Return Value
Type: 
String See Also
See Also