NotificationService AddWarningNotification Method TIBCO Spotfire 6.0 API Reference
Add a notification that contains a warning.

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

public void AddWarningNotification(
	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.
See Also