Click or drag to resize
PageVisitInfoProviderSetPageVisitInfo Method
Sets (updates or inserts) specified page visit.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void SetPageVisitInfo(
	PageVisitInfo visitObj
)

Parameters

visitObj
Type: CMS.OnlineMarketingPageVisitInfo
Page visit to be set
See Also