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

    Show / Hide Table of Contents

    Class ItemTaggedEvent

    Inheritance
    System.Object
    ItemTaggedEvent
    Namespace: MediaBrowser.Controller.Persistence
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class ItemTaggedEvent

    Properties

    CollectionFolders

    Declaration
    public BaseItem[] CollectionFolders { get; set; }
    Property Value
    Type Description
    BaseItem[]

    IsNew

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

    LibraryOptions

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

    MetadataRefreshOptions

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

    TaggedItemId

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

    TaggedItemType

    Declaration
    public Type TaggedItemType { get; set; }
    Property Value
    Type Description
    System.Type

    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.