| ProfileManagerApplyDynamics Method (Paragraph, ProfileEstimate) |
Applies profile dynamics settings to the given profile based on the given paragraph.
Namespace:
Dynamicweb.Analytics.Profiles
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static ProfileEstimate ApplyDynamics(
Paragraph paragraph,
ProfileEstimate estimate
)
Public Shared Function ApplyDynamics (
paragraph As Paragraph,
estimate As ProfileEstimate
) As ProfileEstimate
Parameters
- paragraph
- Type: Dynamicweb.ContentParagraph
Target paragraph. - 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