Click or drag to resize
MVTCombinationVariationInfoProviderCombineCombinationVariantsInternal Method
Combines a new variant with existing combinations.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void CombineCombinationVariantsInternal(
	int originalCombinationId,
	int newCombinationId,
	int newVariantId
)

Parameters

originalCombinationId
Type: SystemInt32
The original combination id
newCombinationId
Type: SystemInt32
The new combination id
newVariantId
Type: SystemInt32
The new variant id
See Also