Click or drag to resize
SessionNotifyProperty Method
Sends a notification to the eSales service, about a session property being set. If the property name is market or customer_key, then the market or customer_key for this session object will be changed accordingly.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public void NotifyProperty(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the property
value
Type: SystemString
The value of the property
Exceptions
ExceptionCondition
IllegalArgumentExceptionIf the name or value is null or empty
See Also