Click or drag to resize
MVTVariantInfoProviderEnableWebPartVariantsInternal Method
Enables/Disables the web part variants.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
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