Class RemoveStudioNotificationFromGroupEvent
Use this event if you want to remove a specific notification from an existing group
Inherited Members
Namespace: Sdl.Desktop.IntegrationApi.Notifications.Events
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public class RemoveStudioNotificationFromGroupEvent
Constructors
RemoveStudioNotificationFromGroupEvent(string, Guid)
Declaration
public RemoveStudioNotificationFromGroupEvent(string notificationGroupKey, Guid notificationGuid)
Parameters
| Type | Name | Description |
|---|---|---|
| string | notificationGroupKey | Unique identifier for the group |
| Guid | notificationGuid | Unique identifier for the notification |
Properties
NotificationGroupKey
Unique identifier for the group from which the notification will be deleted from
Declaration
public string NotificationGroupKey { get; }
Property Value
| Type | Description |
|---|---|
| string |
NotificationGuid
Unique identifier for the notification
Declaration
public Guid NotificationGuid { get; }
Property Value
| Type | Description |
|---|---|
| Guid |