Click or drag to resize

VisitProfile Constructor (VisitProfile)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public VisitProfile(
	VisitProfile copyFrom
)

Parameters

copyFrom
Type: Dynamicweb.AnalyticsVisitProfile
Object to copy data from.
Exceptions
ExceptionCondition
ArgumentNullExceptioncopyFrom is null.
Remarks