Click or drag to resize

AnalyticsVisitProfileNotificationArgs Constructor (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(
	VisitProfile profile
)

Parameters

profile
Type: Dynamicweb.AnalyticsVisitProfile
The corresponding visit profile.
See Also