SearchStatisticsReportSearchCount Constructor A Sandcastle Documented Class Library

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

C#
public SearchCount(
	string phrase,
	int count,
	Rate searchRate,
	int rank
)

Parameters

phrase
Type: SystemString
The search phrase. Can not be null.
count
Type: SystemInt32
Number of time this phrase was searched on and resulted in either a hit or a no hit depending on the usage of this SearchCount.
searchRate
Type: Apptus.ESales.Connector.ReportRate
Ratio between number of searches for this phrase resulting in a [hit|no hit] and the total number of searches resulting in a [hit|no hit]. Can not be null.
rank
Type: SystemInt32
The popularity position for this search phrase in the table.
See Also

Reference