Click or drag to resize

AnalyticsVisitProfileNotificationArgs Constructor (Visit, VisitProfile)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public VisitProfileNotificationArgs(
	Visit visit,
	VisitProfile profile
)

Parameters

visit
Type: Dynamicweb.AnalyticsVisit
The reference to the corresponding visit.
profile
Type: Dynamicweb.AnalyticsVisitProfile
The corresponding visit profile.
See Also