Click or drag to resize
IWebAnalyticsServiceScriptsGenerator.GetLogSearchScript Method
Returns script which logs Search statistics asynchronously.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
Syntax
C#
string GetLogSearchScript(
	PageInfo pageInfo,
	string searchText
)

Parameters

pageInfo
Type: CMS.DocumentEngine.PageInfo
PageInfo representing current document/node
searchText
Type: System.String
Text which was searched for

Return Value

Type: String
See Also