Click or drag to resize
MVTVariantInfoProviderUpdateWebPartVariants Method
Updates the web part variants with a new zone id.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void UpdateWebPartVariants(
	int pageTemplateId,
	string zoneId,
	Guid instanceGuid,
	string newZoneId
)

Parameters

pageTemplateId
Type: SystemInt32
The page template id
zoneId
Type: SystemString
The zone id.
instanceGuid
Type: SystemGuid
The instance GUID
newZoneId
Type: SystemString
The new zone id
See Also