AdPlacementReportSection Constructor |
Namespace:
Apptus.ESales.Connector.Report
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntaxpublic Section(
Ad ad,
List<Placement> placements
)
Parameters
- ad
- Type: Apptus.ESales.Connector.ReportAd
Information about this ad. Can not be null. - placements
- Type: System.Collections.GenericListPlacement
List of placement information for this ad. Can not be null.
See Also