| ProfileManagerApplyDynamics Method (Page, ProfileEstimate) |
Applies profile dynamics settings to the given profile based on the given page.
Namespace:
Dynamicweb.Analytics.Profiles
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static ProfileEstimate ApplyDynamics(
Page page,
ProfileEstimate estimate
)
Public Shared Function ApplyDynamics (
page As Page,
estimate As ProfileEstimate
) As ProfileEstimate
Parameters
- page
- Type: Dynamicweb.ContentPage
Target page. - estimate
- Type: Dynamicweb.Analytics.ProfilesProfileEstimate
Original profile estimate.
Return Value
Type:
ProfileEstimateNew profile estimate based on the profile dynamics configured for a given content.
See Also