| MVTCombinationVariationInfoProviderCombineCombinationVariantsInternal Method  | 
            Combines a new variant with existing combinations.
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntaxprotected 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