IEmailABTestServiceCreateVariant Method |
Creates a new A/B test issue variant.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax IssueInfo CreateVariant(
string name,
int issueId
)
Parameters
- name
- Type: SystemString
Name of the new variant. - issueId
- Type: SystemInt32
ID of the source issue.
Return Value
Type:
IssueInfoReturns the newly created variant.
Remarks The new variant is always created from the original issue variant.
See Also