MVTCombinationInfoProviderEnableCombinations Method |
Disables/enables all combinations where the MVT variant is used.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax public static void EnableCombinations(
int pageTemplateId,
int variantId,
bool enable
)
Parameters
- pageTemplateId
- Type: SystemInt32
The page template id - variantId
- Type: SystemInt32
The MVT variant id - enable
- Type: SystemBoolean
True = Enable the combinations; False = Disable the combinations
See Also