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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetPageVisitInfoInternal(
	PageVisitInfo visitObj
)

Parameters

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