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

    Show / Hide Table of Contents

    Class CollectionCreationOptions

    Inheritance
    System.Object
    CollectionCreationOptions
    Implements
    IHasProviderIds
    Namespace: MediaBrowser.Controller.Collections
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class CollectionCreationOptions : IHasProviderIds

    Constructors

    CollectionCreationOptions()

    Declaration
    public CollectionCreationOptions()

    Properties

    IsLocked

    Declaration
    public bool IsLocked { get; set; }
    Property Value
    Type Description
    System.Boolean

    ItemIdList

    Declaration
    public long[] ItemIdList { get; set; }
    Property Value
    Type Description
    System.Int64[]

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ParentId

    Declaration
    public long ParentId { get; set; }
    Property Value
    Type Description
    System.Int64

    ProviderIds

    Declaration
    public ProviderIdDictionary ProviderIds { get; set; }
    Property Value
    Type Description
    ProviderIdDictionary

    UserIds

    Declaration
    public long[] UserIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    Implements

    IHasProviderIds

    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.