Click or drag to resize
MVTVariantInfoProviderCloneTemplateVariantsInternal Method
Clones all the MVT variants and their combinations of the specific page template.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void CloneTemplateVariantsInternal(
	int originalTemplateId,
	int newTemplateId
)

Parameters

originalTemplateId
Type: SystemInt32
The original template id
newTemplateId
Type: SystemInt32
The new template id
See Also