Click or drag to resize
ContentPersonalizationVariantInfoProviderRemoveWebPartsVariantsInternal 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#
protected virtual void RemoveWebPartsVariantsInternal(
	IEnumerable<WebPartInstance> webParts
)

Parameters

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