Click or drag to resize
TopSellingSearchesReport Constructor
Initializes a new instance of the TopSellingSearchesReport class

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.0
Syntax
C#
public TopSellingSearchesReport(
	XmlTree asXml,
	List<TopSellingSearchesReport. Section> sections,
	TimeInterval interval,
	int windowFirst,
	int windowLast
)

Parameters

asXml
Type: Apptus.Util.Xml.XmlTree
sections
Type: System.Collections.Generic.List<TopSellingSearchesReport.Section>
interval
Type: Apptus.ESales.Connector.Time.TimeInterval
windowFirst
Type: System.Int32
windowLast
Type: System.Int32
See Also