Sends a notification to the eSales service, about a click being made by the user in a session.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public void NotifyClick( string ticketEnc )
Parameters
- ticketEnc
- Type: SystemString
The ticket for the object that was clicked
Exceptions
Exception | Condition |
---|---|
IllegalArgumentException | If ticketEnc is null or empty |
See Also