ISearchSyntaxHelperGetRange Method |
Gets the range expression
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax string 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:
StringSee Also