Click or drag to resize
CssClassForClickNotificationAndSiteOverlay Method
Converts a ticket to css classes for automatic click notifications and site overlay.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public string ForClickNotificationAndSiteOverlay(
	string ticket
)

Parameters

ticket
Type: SystemString
The ticket for the eSales element.

Return Value

Type: String
The css classes to use for an element that should be displayed in eSales Managers Site tab. The element will also support automatic click notifications.
See Also