Click or drag to resize
MVTVariantInfoProviderDeleteWidgetVariants Method
Deletes all variants of all widgets in the document.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void DeleteWidgetVariants(
	string zoneId,
	int templateId,
	int documentId
)

Parameters

zoneId
Type: SystemString
The zone id
templateId
Type: SystemInt32
The template id
documentId
Type: SystemInt32
The document id
See Also