Click or drag to resize
MVTCombinationVariationInfoProviderDeleteMVTCombinationVariationInfoInternal Method (MVTCombinationVariationInfo)
Deletes relationship between specified MVT combination and MVT variant.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteMVTCombinationVariationInfoInternal(
	MVTCombinationVariationInfo infoObj
)

Parameters

infoObj
Type: CMS.OnlineMarketingMVTCombinationVariationInfo
MVT combination - MVT variant relationship to be deleted
See Also