Table of Contents

Class ExportStatisticsHelper

Namespace
Dynamicweb.EmailMarketing.Statistics
Assembly
Dynamicweb.EmailMarketing.dll

Helper for exporting statistics

public class ExportStatisticsHelper
Inheritance
ExportStatisticsHelper
Inherited Members

Constructors

ExportStatisticsHelper(Email)

Contructs new ExportStatisticsHelper

public ExportStatisticsHelper(Email email)

Parameters

email Email

Email object instance

Methods

GetGeneralStatData()

Gets the general statistic data.

public List<StaticticsData> GetGeneralStatData()

Returns

List<StaticticsData>

GetLinksStatData()

Return email links statistic data

public IEnumerable<Link> GetLinksStatData()

Returns

IEnumerable<Link>

GetRecipientsListData(bool)

Gets the recipients list data

public List<RecipientsListData> GetRecipientsListData(bool ReturnAllRows = false)

Parameters

ReturnAllRows bool

Returns

List<RecipientsListData>
To top