Click or drag to resize

ProfileManagerEstimate Method (VisitContext, Profile)

Performs a profile estimation based on a given visit context and the given profile.

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static ProfileEstimate Estimate(
	VisitContext context,
	Profile profile
)

Parameters

context
Type: Dynamicweb.AnalyticsVisitContext
The context of the given visit.
profile
Type: Dynamicweb.Analytics.ProfilesProfile
Visitor profile.

Return Value

Type: ProfileEstimate
Profile estimate.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext or profile is null.
ArgumentExceptionThe Visit property of the context is not initialized.
See Also