Click or drag to resize
MVTVariantInfoProviderSaveVariantWebpartsInternal Method
Saves the variant properties.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void SaveVariantWebpartsInternal(
	int variantId,
	XmlNode xmlWebParts
)

Parameters

variantId
Type: SystemInt32
The variant id.
xmlWebParts
Type: System.XmlXmlNode
Web parts XML
See Also