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