Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PlaylistItemsAddedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    PlaylistItemsAddedEventArgs
    Inherited Members
    System.EventArgs.Empty
    Namespace: MediaBrowser.Controller.Playlists
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class PlaylistItemsAddedEventArgs : EventArgs

    Properties

    ListItems

    Declaration
    public ListItem[] ListItems { get; set; }
    Property Value
    Type Description
    ListItem[]

    Playlist

    Gets or sets the collection.

    Declaration
    public Playlist Playlist { get; set; }
    Property Value
    Type Description
    Playlist

    The collection.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.