Click or drag to resize
IEmailABTestServiceCreateVariant Method
Creates a new A/B test issue variant.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
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: IssueInfo
Returns the newly created variant.
Remarks
The new variant is always created from the original issue variant.
See Also