IssueHelperIsWinnerSelected Method |
Checks whether the A/B tested issue has the winner selected.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax public static bool IsWinnerSelected(
IssueInfo issue
)
Parameters
- issue
- Type: CMS.NewslettersIssueInfo
Issue or issue variant to check.
Return Value
Type:
BooleanTrue if the winner is selected,
false otherwise.
See Also