Click or drag to resize
PageVisitInfoProviderGetPageVisitInfoByActivityIDInternal Method
Returns page visit for the given activity ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual PageVisitInfo GetPageVisitInfoByActivityIDInternal(
	int activityId
)

Parameters

activityId
Type: SystemInt32
Activity ID

Return Value

Type: PageVisitInfo
See Also