Click or drag to resize
ContentPersonalizationVariantInfoProvider.RemoveWebPartsVariants Method
Removes the variants of the selected web parts.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public static void RemoveWebPartsVariants(
	IEnumerable<WebPartInstance> webParts
)

Parameters

webParts
Type: System.Collections.Generic.IEnumerable<WebPartInstance>
The web parts
See Also