Click or drag to resize
PageVisitInfoProviderGetPageVisitInfoByActivityID 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#
public static PageVisitInfo GetPageVisitInfoByActivityID(
	int activityId
)

Parameters

activityId
Type: SystemInt32
Activity ID

Return Value

Type: PageVisitInfo
See Also