IABTestManagerPromoteVariant Method |
Promotes a variant identified by variantGuid as the winner variant.
Winning variant is stored in the database within the A/B test.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax void PromoteVariant(
TreeNode page,
Guid variantGuid
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page for which to promote the winner variant. - variantGuid
- Type: SystemGuid
GUID of the variant to be promoted.
Exceptions See Also