| MVTCombinationInfoProviderEnableCombinationsInternal Method  | 
            Disables all combinations where the variant is used.
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntaxprotected 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