ActivityHelperLogPageVisit Method |
Logs page visit.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static void LogPageVisit(
int contactId,
string siteName = null,
PageInfo currentPage = null,
ActivityContext activityContext = null
)
Parameters
- contactId
- Type: SystemInt32
Contact ID - siteName (Optional)
- Type: SystemString
Current site name. Optional. - currentPage (Optional)
- Type: CMS.DocumentEnginePageInfo
Current page. Optional. - activityContext (Optional)
- Type: CMS.WebAnalyticsActivityContext
Current activity context
See Also