Click or drag to resize
ContentPersonalizationVariantInfoProviderCloneTemplateVariants Method
Clones all the Content personalization variants of the specific page template.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
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