Class AddStudioNotificationToGroupEvent
Publish this event through the IEventAggregator in order to add another notification to an existing NotificationGroup within the Notifications View
Inherited Members
Namespace: Sdl.Desktop.IntegrationApi.Notifications.Events
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public class AddStudioNotificationToGroupEvent
Constructors
AddStudioNotificationToGroupEvent(string, IStudioNotification)
The AddNotificationToGroupEvent constructor
Declaration
public AddStudioNotificationToGroupEvent(string groupKey, IStudioNotification notification)
Parameters
| Type | Name | Description |
|---|---|---|
| string | groupKey | Unique group identifier |
| IStudioNotification | notification | The notification |
Properties
GroupKey
Unique Group identifier
Declaration
public string GroupKey { get; }
Property Value
| Type | Description |
|---|---|
| string |
Notification
The Notification that will be added to the group identified by the GroupKey
Declaration
public IStudioNotification Notification { get; }
Property Value
| Type | Description |
|---|---|
| IStudioNotification |