IPagesActivityLoggerLogPageVisit Method |
Logs page visit.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax void LogPageVisit(
string documentName,
ITreeNode currentDocument = null,
string attachmentName = null,
string activityUrl = null,
string referrerUrl = null
)
Parameters
- documentName
- Type: SystemString
Name of document where activity occurred - currentDocument (Optional)
- Type: CMS.BaseITreeNode
Current page to log visit for - attachmentName (Optional)
- Type: SystemString
Attachment in the page - activityUrl (Optional)
- Type: SystemString
URL where activity occurred - referrerUrl (Optional)
- Type: SystemString
URL referrer
See Also