VariantHelperDeleteWidgetVariants Method |
Removes all widget variants and their combinations.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax 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