Contains a search phrase together with the total number of times the search phrase has lead to a purchase of a product or variant that matches the filter specified in the report.
            
Inheritance Hierarchy
Apptus.ESales.Connector.ReportTopSellingSearchesReportSection
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Section
The TopSellingSearchesReportSection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TopSellingSearchesReportSection | Initializes a new instance of the TopSellingSearchesReportSection class  | 
Properties
| Name | Description | |
|---|---|---|
| Phrase | 
            The search phrase.
              | |
| PurchasedUnits | 
            The total number of times this search phrase has lead to a purchase of a product or variant that matches the filter.
              | |
| Rank | 
            The rank of this search phrase.
              | 
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | 
See Also