| ProfileDelete Method (Boolean) |
Deletes the profile.
Namespace:
Dynamicweb.Analytics.Profiles
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public void Delete(
bool removeIntegration
)
Public Sub Delete (
removeIntegration As Boolean
)
Parameters
- removeIntegration
- Type: SystemBoolean
Indicates whether to remove all integration settings associated with this profile.
See Also