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