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

    Show / Hide Table of Contents

    Class CollectionCreatedEventArgs

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

    Properties

    Collection

    Gets or sets the collection.

    Declaration
    public BoxSet Collection { get; set; }
    Property Value
    Type Description
    BoxSet

    The collection.

    Options

    Gets or sets the options.

    Declaration
    public CollectionCreationOptions Options { get; set; }
    Property Value
    Type Description
    CollectionCreationOptions

    The options.

    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.