Click or drag to resize
SearchSyntaxHelperGetRange Method
Gets the range expression

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 10.0.0
Syntax
C#
public static 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: String
See Also