Click or drag to resize

ProfileManagerApplyDynamics Method (ContentItem, ProfileEstimate, ProfileDynamicsApplyMode)

Applies profile dynamics settings to the given profile based on the given content.

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static ProfileEstimate ApplyDynamics(
	ContentItem item,
	ProfileEstimate estimate,
	ProfileDynamicsApplyMode applyMode
)

Parameters

item
Type: Dynamicweb.Analytics.Profiles.IntegrationContentItem
Content item.
estimate
Type: Dynamicweb.Analytics.ProfilesProfileEstimate
Original profile estimate.
applyMode
Type: Dynamicweb.Analytics.Profiles.IntegrationProfileDynamicsApplyMode
Apply mode.

Return Value

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