JavaScriptNotifierNotify Method (Connector, String, String, String, String, String, String, String, String)A Sandcastle Documented Class Library

Note: This API is now obsolete.

Pass through a JavaScript notification to the cluster. This method is for advanced users only. If two identical notifications are sent with the same id for the same session key, the second notification will be ignored.

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

C#
[ObsoleteAttribute("This method is deprecated due to severe security issues. It is strongly recommended not to allow client side property notifications, these should be made server side.")]
public static void Notify(
	Connector connector,
	string sessionKey,
	string id,
	string type,
	string ticket,
	string propertyName,
	string propertyValue,
	string productKey,
	string rating
)

Parameters

connector
Type: Apptus.ESales.ConnectorConnector
the eSales connector to notify through
sessionKey
Type: SystemString
the key of the eSales session to attach the notification to
id
Type: SystemString
identifier for detection of re-sent notifications
type
Type: SystemString
click|adding_to_cart|property|rating|end
ticket
Type: SystemString
the ticket for the object clicked or added to cart
propertyName
Type: SystemString
valid Java identifier as name of the property
propertyValue
Type: SystemString
the value of the property
productKey
Type: SystemString
the key of the rated product
rating
Type: SystemString
integer rating
See Also

Reference