Click or drag to resize
IssueHelperIsWinnerSelected Method
Checks whether the A/B tested issue has the winner selected.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
public static bool IsWinnerSelected(
	IssueInfo issue
)

Parameters

issue
Type: CMS.NewslettersIssueInfo
Issue or issue variant to check.

Return Value

Type: Boolean
True if the winner is selected, false otherwise.
See Also