Click or drag to resize

ProfileDynamics Methods

The ProfileDynamics type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearCache
Clears cache.
Public methodContainsProfile(String)
Determines whether the given visitor profile is in scope of this profile dynamics.
Public methodContainsProfile(Profile)
Determines whether the given visitor profile is in scope of this profile dynamics.
Public methodCopyTo
Copies the state of the current object into the given one.
Public methodDelete
Deletes the current profile dynamics.
Public methodStatic memberDeleteDynamics
Deletes all profile dynamics.
Public methodStatic memberDeleteDynamicsByID
Deletes the given profile dynamics.
Public methodStatic memberDeleteDynamicsByItem
Deletes the given profile dynamics.
Public methodStatic memberDeleteDynamicsByPreset
Deletes all profile dynamics that has the given preset attached.
Public methodStatic memberDeleteDynamicsByProfile(String)
Deletes all profile dynamics that references the given profile.
Public methodStatic memberDeleteDynamicsByProfile(Profile)
Deletes all profile dynamics that references the given profile.
Public methodStatic memberDeleteDynamicsByProfile(ProfileDynamicsData)
Deletes all profile dynamics that references the given profile.
Public methodStatic memberDeleteDynamicsByType
Deletes all profile dynamics with the given item type.
Public methodStatic memberGetDynamics
Returns a list of all profile dynamics
Public methodStatic memberGetDynamicsByID
Returns existing profile dynamics by its ID.
Public methodStatic memberGetDynamicsByItem
Returns an existing profile dynamics by its item ID and item type.
Public methodStatic memberGetDynamicsByType
Returns a list of all profile dynamics with the given item type.
Public methodGetGrowth(String)
Returns a profile growth for the given visitor profile.
Public methodGetGrowth(Profile)
Returns a profile growth for the given visitor profile.
Public methodStatic memberIsDynamicsContent
Determines whether the given content has dynamics for a given profile.
Public methodSave
Saves the current profile dynamics.
Top
See Also