Class AddStudioNotificationToGroupEvent
Publish this event through the IEventAggregator in order to add another notification to an existing NotificationGroup within the Notifications View
Inheritance
Object
AddStudioNotificationToGroupEvent
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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 |