SearchStatisticsReportSearchCount ClassA Sandcastle Documented Class Library
A SearchCount object holds statistical data for a search phrase and a certain outcome. For SearchCount that comes from SearchesWithHits, the outcome in question is a result with hits. For SearchCounts from SearchesWithNoHits, the outcome is a result without hits.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.ReportSearchStatisticsReportSearchCount

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public class SearchCount

The SearchStatisticsReportSearchCount type exposes the following members.

Constructors

  NameDescription
Public methodSearchStatisticsReportSearchCount
Initializes a new instance of the SearchStatisticsReportSearchCount class
Top
Properties

  NameDescription
Public propertyCount
The number of sessions in which this phrase was searched for and resulted in the outcome analyzed (hit or no-hit).
Public propertyPhrase
The phrase.
Public propertyRank
The rank or this search phrase. The search phrase which most commonly results in the analyzed outcome (hit or no-hit) is ranked as number 1.
Public propertySearchRate
The part of all searches with the outcome (hit or no-hit) that comes from searches on the phrase.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference