Click or drag to resize
IssueStatisticsCalculator Constructor
Creates new instance of IssueStatisticsCalculator for calculating statistics of given issue.

Namespace: CMS.Newsletters.Internal
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
public IssueStatisticsCalculator(
	IssueInfo issue
)

Parameters

issue
Type: CMS.NewslettersIssueInfo
Issue which statistics to calculate.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when issue is null.
See Also