NotificationServiceAddInformationNotification Method TIBCO Spotfire 7.6 API Reference
Add a notification that contains information.

Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public void AddInformationNotification(
	string title,
	string summary,
	string details
)

Parameters

title
Type: SystemString
The title of the notification.
summary
Type: SystemString
The summary of the notification, may be null.
details
Type: SystemString
The details of the notification, may be null.
Exceptions

ExceptionCondition
ArgumentExceptionThrown if the title is null or the empty string.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference