Click or drag to resize
AnalyticsHelperLogExitPage Method
Logs exit page

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void LogExitPage(
	string siteName,
	string documentCulture,
	string objectName,
	int objectID,
	int count
)

Parameters

siteName
Type: SystemString
Site name to log
documentCulture
Type: SystemString
Document's culture
objectName
Type: SystemString
Object name
objectID
Type: SystemInt32
Object ID
count
Type: SystemInt32
Count of logged items
See Also