Add a notification that contains information.
Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
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
Exception | Condition |
---|---|
ArgumentException | Thrown if the title is null or the empty string. |
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also