ConnectorLatestNotifications Method (String)A Sandcastle Documented Class Library
Returns the last 100 notifications received by the eSales cluster.

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

C#
public string LatestNotifications(
	string type
)

Parameters

type
Type: SystemString
Type of notification to fetch, if null all types of notifications will be included.

Return Value

Type: String
A string containing the last 100 notifications
See Also

Reference