Class RemoveStudioGroupNotificationEvent
Publish this event through the IEventAggregator in order to remove a group of notifications from the Notifications View
Inherited Members
Namespace: Sdl.Desktop.IntegrationApi .Notifications.Events
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public class RemoveStudioGroupNotificationEvent
Constructors
RemoveStudioGroupNotificationEvent(string)
The RemoveStudioGroupNotificationEvent constructor
Declaration
public RemoveStudioGroupNotificationEvent(string groupKey)
Parameters
Type | Name | Description |
---|---|---|
string | groupKey | Unique group identifier |
Properties
GroupKey
The unique identifier of the group to be removed
Declaration
public string GroupKey { get; }
Property Value
Type | Description |
---|---|
string |