MVTVariantInfoProviderEnableWebPartVariants Method |
Enables/Disables the web part variants.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static void EnableWebPartVariants(
int pageTemplateId,
int combinationId,
bool enable
)
Parameters
- pageTemplateId
- Type: SystemInt32
The page template id - combinationId
- Type: SystemInt32
The combination id - enable
- Type: SystemBoolean
Indicates whether enable or disable the combination variants
See Also