ProfileDynamicsPreset Methods |
The ProfileDynamicsPreset type exposes the following members.
Name | Description | |
---|---|---|
ClearCache |
Clears cache.
| |
ContainsProfile(String) |
Determines whether the given visitor profile is in scope of this preset.
| |
ContainsProfile(Profile) |
Determines whether the given visitor profile is in scope of this preset.
| |
CopyTo |
Copies the state of the current object into the given one.
| |
Delete |
Deletes the current preset.
| |
DeletePresetByID |
Deletes the given preset.
| |
DeletePresets |
Deletes all current presets.
| |
DeletePresetsByProfile(String) |
Deletes all presets that references the given profile.
| |
DeletePresetsByProfile(Profile) |
Deletes all presets that references the given profile.
| |
DeletePresetsByProfile(ProfileDynamicsData) |
Deletes all presets that references the given profile.
| |
DeletePresetsByType |
Deletes all presets with the given item type.
| |
GetGrowth(String) |
Returns a profile growth for the given visitor profile.
| |
GetGrowth(Profile) |
Returns a profile growth for the given visitor profile.
| |
GetPresetByID |
Returns existing preset by its ID.
| |
GetPresets |
Returns a list of all presets.
| |
GetPresetsByType |
Returns a collection of all presets with the given item type.
| |
Save |
Saves the current preset.
|