Click or drag to resize
VariantHelperDeleteWidgetVariants Method
Removes all widget variants and their combinations.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeleteWidgetVariants(
	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