| 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
)
Public Shared Function Estimate (
context As VisitContext
) As VisitProfile
Parameters
- context
- Type: Dynamicweb.AnalyticsVisitContext
The context of the given visit.
Return Value
Type:
VisitProfileProfile estimation result.
Exceptions See Also