Click or drag to resize

ProfileDynamicsPreset Methods

The ProfileDynamicsPreset 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 preset.
Public methodContainsProfile(Profile)
Determines whether the given visitor profile is in scope of this preset.
Public methodCopyTo
Copies the state of the current object into the given one.
Public methodDelete
Deletes the current preset.
Public methodStatic memberDeletePresetByID
Deletes the given preset.
Public methodStatic memberDeletePresets
Deletes all current presets.
Public methodStatic memberDeletePresetsByProfile(String)
Deletes all presets that references the given profile.
Public methodStatic memberDeletePresetsByProfile(Profile)
Deletes all presets that references the given profile.
Public methodStatic memberDeletePresetsByProfile(ProfileDynamicsData)
Deletes all presets that references the given profile.
Public methodStatic memberDeletePresetsByType
Deletes all presets 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 memberGetPresetByID
Returns existing preset by its ID.
Public methodStatic memberGetPresets
Returns a list of all presets.
Public methodStatic memberGetPresetsByType
Returns a collection of all presets with the given item type.
Public methodSave
Saves the current preset.
Top
See Also