Click or drag to resize

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
)

Parameters

paragraph
Type: Dynamicweb.ContentParagraph
Target paragraph.
estimate
Type: Dynamicweb.Analytics.ProfilesProfileEstimate
Original profile estimate.

Return Value

Type: ProfileEstimate
New profile estimate based on the profile dynamics configured for a given content.
See Also