MVTCombinationVariationInfoProviderCombineCombinationVariants Method |
Combines a new variant with existing combinations.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax public static void CombineCombinationVariants(
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