Class RemoveStudioNotificationFromGroupEvent
Use this event if you want to remove a specific notification from an existing group
Inheritance
Object
RemoveStudioNotificationFromGroupEvent
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 RemoveStudioNotificationFromGroupEvent
Constructors
RemoveStudioNotificationFromGroupEvent(String, Guid)
Use this event if you want to remove a specific notification from an existing group
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 |