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

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

Parameters

webParts
Type: System.Collections.GenericIEnumerableWebPartInstance
The web parts
See Also