| ContentRestrictionDeleteRestrictionsByPreset Method |
Deletes all content restrictions 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 DeleteRestrictionsByPreset(
int presetID
)
Public Shared Sub DeleteRestrictionsByPreset (
presetID As Integer
)
Parameters
- presetID
- Type: SystemInt32
Preset ID.
See Also