NotificationService AddInformationNotification Method TIBCO Spotfire 7.0 API Reference
Add a notification that contains information.

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

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

Parameters

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

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

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