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

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

Parameters

pageInfo
Type: CMS.DocumentEnginePageInfo
PageInfo representing current document/node
searchText
Type: SystemString
Text which was searched for

Return Value

Type: String
See Also