Click or drag to resize

ProfileDynamicsDeleteDynamicsByType Method

Deletes all profile dynamics with the given item type.

Namespace:  Dynamicweb.Analytics.Profiles.Integration
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static void DeleteDynamicsByType(
	string itemType
)

Parameters

itemType
Type: SystemString
Item type.
Exceptions
ExceptionCondition
ArgumentNullExceptionitemType is null.
ArgumentExceptionitemType is an empty string.
See Also