Click or drag to resize
MVTCombinationVariationInfoProviderAddRelationship Method
Sets relationship between specified MVT combination and MVT variant.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void AddRelationship(
	int combinationId,
	int variantId
)

Parameters

combinationId
Type: SystemInt32
MVT combination ID
variantId
Type: SystemInt32
MVT variant ID
See Also