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.5.0
Syntax 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 See Also