| ProfileDynamicsPresetDeletePresetByID Method |
Deletes the given preset.
Namespace:
Dynamicweb.Analytics.Profiles.Integration
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static void DeletePresetByID(
int id
)
Public Shared Sub DeletePresetByID (
id As Integer
)
Parameters
- id
- Type: SystemInt32
Preset ID.
See Also