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.5.0
Syntaxpublic void NotifyRating(
string productKey,
int rating
)
Parameters
- productKey
- Type: SystemString
The key of the rated product - rating
- Type: SystemInt32
The rating
Exceptions
See Also