Click or drag to resize
SessionNotifyRating Method
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.4.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