Click or drag to resize
MVTCombinationInfoProviderEnableCombinationsInternal Method
Disables all combinations where the variant is used.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void EnableCombinationsInternal(
	int pageTemplateId,
	int variantId,
	bool enable
)

Parameters

pageTemplateId
Type: SystemInt32
The page template id
variantId
Type: SystemInt32
The variant id
enable
Type: SystemBoolean
True = Enable; false = Disable
See Also