IWebAnalyticsServiceScriptsGeneratorGetLogSearchScript Method |
Returns script which logs Search statistics asynchronously.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax 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:
StringSee Also