ContentPersonalizationVariantInfoProviderCloneTemplateVariants Method |
Clones all the Content personalization variants of the specific page template.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static void CloneTemplateVariants(
int originalTemplateId,
int newTemplateId
)
Parameters
- originalTemplateId
- Type: SystemInt32
The original template id - newTemplateId
- Type: SystemInt32
The new template id
See Also