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