Initializes a new instance of the TopSellingSearchesReport class
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax
C#
public TopSellingSearchesReport( XmlTree asXml, List<TopSellingSearchesReportSection> sections, TimeInterval interval, int windowFirst, int windowLast )
Parameters
- asXml
 - Type: Apptus.Util.XmlXmlTree
 - sections
 - Type: System.Collections.GenericListTopSellingSearchesReportSection
 - interval
 - Type: Apptus.ESales.Connector.TimeTimeInterval
 - windowFirst
 - Type: SystemInt32
 - windowLast
 - Type: SystemInt32
 
See Also