Search Results for

    Show / Hide Table of Contents

    Class RemoveStudioGroupNotificationEvent

    Publish this event through the IEventAggregator in order to remove a group of notifications from the Notifications View

    Inheritance
    System.Object
    RemoveStudioGroupNotificationEvent
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.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
    System.String

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • RemoveStudioGroupNotificationEvent(String)
    • Properties
      • GroupKey
    • Extension Methods
    Back to top Generated by DocFX