AdPlacementReport Constructor |
Creates an AdPlacementReport. Note that null is illegal for all input parameters.
Namespace:
Apptus.ESales.Connector.Report
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public AdPlacementReport(
XmlTree asXml,
List<AdPlacementReportSection> sections,
TimeInterval invl
)
Parameters
- asXml
- Type: Apptus.Util.XmlXmlTree
An XmlTree to be used if the ExportToXml method is called. - sections
- Type: System.Collections.GenericListAdPlacementReportSection
A list of AdPlacementReport.Section elements. One for each ad in the report. - invl
- Type: Apptus.ESales.Connector.TimeTimeInterval
The time range for the data in this report.
See Also