Click or drag to resize
ModuleCommandsLogOnSiteKeywords Method
Logs onsite search keywords.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static void LogOnSiteKeywords(
	string siteName,
	string culture,
	string keywords
)

Parameters

siteName
Type: SystemString
Site name
culture
Type: SystemString
Culture
keywords
Type: SystemString
Keywords to log
See Also