public NotificationItem( string id, bool isApplicationLevel, string message, NotificationType type )
Public Function New( _ ByVal id As String, _ ByVal isApplicationLevel As Boolean, _ ByVal message As String, _ ByVal type As NotificationType _ )
Parameters
- id
- A unique identifier of the notification item
- isApplicationLevel
- Indicates if the item shows in the Application or Project category.
- message
- Message
- type
- Type of Error, Warning, Confirmation, Information, or Custom