Click or drag to resize
MVTVariantInfoProviderDeleteWidgetVariantsInternal 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#
protected virtual void DeleteWidgetVariantsInternal(
	string zoneId,
	int pageTemplateId,
	int documentId
)

Parameters

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