SessionNotifyRating Method A Sandcastle Documented Class Library
Sends a notification to the eSales service, about a product being rated.

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

C#
public void NotifyRating(
	string productKey,
	int rating
)

Parameters

productKey
Type: SystemString
The key of the rated product
rating
Type: SystemInt32
The rating
Exceptions

ExceptionCondition
IllegalArgumentExceptionIf productKey is null or empty
See Also

Reference