ABTestManagerPromoteVariant Method |
Namespace: CMS.OnlineMarketing
public void PromoteVariant( TreeNode page, Guid variantGuid )
Exception | Condition |
---|---|
ArgumentNullException | Thrown when page is null. |
ArgumentException | Thrown when there is no unconcluded A/B test or variantGuid does not identify an existing variant within page. |
InvalidOperationException | Thrown when the A/B test for the current page has not finished yet. |