Click or drag to resize
PagesActivityLogger.LogPageVisit Method
Logs page visit.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
public void LogPageVisit(
	string documentName,
	ITreeNode currentDocument = null,
	string attachmentName = null,
	string activityUrl = null,
	string referrerUrl = null
)

Parameters

documentName
Type: System.String
Name of document where activity occurred
currentDocument (Optional)
Type: CMS.Base.ITreeNode
Current page to log visit for
attachmentName (Optional)
Type: System.String
Attachment in the page
activityUrl (Optional)
Type: System.String
URL where activity occurred
referrerUrl (Optional)
Type: System.String
URL referrer

Implements

IPagesActivityLogger.LogPageVisit(String, ITreeNode, String, String, String)
See Also