Click or drag to resize

ProfileManagerEstimate Method (VisitContext)

Performs a profile estimation based on a given visit context.

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static VisitProfile Estimate(
	VisitContext context
)

Parameters

context
Type: Dynamicweb.AnalyticsVisitContext
The context of the given visit.

Return Value

Type: VisitProfile
Profile estimation result.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext is null.
ArgumentExceptionThe Visit property of the context is not initialized.
See Also