Click or drag to resize
TransformationHelperSearchResultUrl Method
Returns URL for current search result.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string SearchResultUrl(
	string id,
	string type,
	bool absolute
)

Parameters

id
Type: SystemString
ID of the item
type
Type: SystemString
Type
absolute
Type: SystemBoolean
Indicates whether generated url should be absolute

Return Value

Type: String
See Also