Search Results for

    Show / Hide Table of Contents

    Class RemoveStudioNotificationFromGroupEvent

    Use this event if you want to remove a specific notification from an existing group

    Inheritance
    System.Object
    RemoveStudioNotificationFromGroupEvent
    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 RemoveStudioNotificationFromGroupEvent

    Constructors

    RemoveStudioNotificationFromGroupEvent(String, Guid)

    Declaration
    public RemoveStudioNotificationFromGroupEvent(string notificationGroupKey, Guid notificationGuid)
    Parameters
    Type Name Description
    System.String notificationGroupKey

    Unique identifier for the group

    System.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
    System.String

    NotificationGuid

    Unique identifier for the notification

    Declaration
    public Guid NotificationGuid { get; }
    Property Value
    Type Description
    System.Guid

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • RemoveStudioNotificationFromGroupEvent(String, Guid)
    • Properties
      • NotificationGroupKey
      • NotificationGuid
    • Extension Methods
    Back to top Generated by DocFX