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