Click or drag to resize

VisitProfileParse Method

Parses the visit profiles by using the given visit.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static VisitProfile Parse(
	Visit visit
)

Parameters

visit
Type: Dynamicweb.AnalyticsVisit
A reference to a visit.

Return Value

Type: VisitProfile
Parsed visit profile.
Exceptions
ExceptionCondition
ArgumentNullExceptionvisit is null.
Remarks