| ProfileManagerApplyDynamics Method (String, String, ProfileEstimate) |
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(
string itemID,
string itemType,
ProfileEstimate estimate
)
Public Shared Function ApplyDynamics (
itemID As String,
itemType As String,
estimate As ProfileEstimate
) As ProfileEstimate
Parameters
- itemID
- Type: SystemString
Item ID. - itemType
- Type: SystemString
Item type. - 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