IWebAnalyticsServiceScriptsGenerator.GetLogSearchScript Method |
Returns script which logs Search statistics asynchronously.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
Syntaxstring 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