ContentPersonalizationVariantInfoProviderUpdateWebPartVariantsInternal Method |
Updates the web part variants with a new zone id.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax protected virtual void UpdateWebPartVariantsInternal(
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