| ProfileDynamicsDeleteDynamicsByPreset Method |
Deletes all profile dynamics that has the given preset attached.
Namespace:
Dynamicweb.Analytics.Profiles.Integration
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static void DeleteDynamicsByPreset(
int presetID
)
Public Shared Sub DeleteDynamicsByPreset (
presetID As Integer
)
Parameters
- presetID
- Type: SystemInt32
Preset ID.
See Also