Class RemoveStudioGroupNotificationEvent
Publish this event through the IEventAggregator in order to remove a group of notifications from the Notifications View
Inheritance
Object
RemoveStudioGroupNotificationEvent
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 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 |