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

    Show / Hide Table of Contents

    Interface ICollectionFolder

    This is just a marker interface to denote top level folders

    Inherited Members
    IHasCollectionType.CollectionType
    Namespace: MediaBrowser.Controller.Entities
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface ICollectionFolder : IHasCollectionType

    Properties

    EnableItemChangeEvents

    Declaration
    bool EnableItemChangeEvents { get; }
    Property Value
    Type Description
    System.Boolean

    Id

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

    Name

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

    Path

    Declaration
    string Path { get; }
    Property Value
    Type Description
    System.String

    Methods

    GetLatestItemsOrderBy()

    Declaration
    (string, SortOrder)[] GetLatestItemsOrderBy()
    Returns
    Type Description
    System.ValueTuple<System.String, SortOrder>[]

    GetLibraryOptions()

    Declaration
    LibraryOptions GetLibraryOptions()
    Returns
    Type Description
    LibraryOptions

    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.