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

    Show / Hide Table of Contents

    Interface IMetadataSaver

    Interface IMetadataSaver

    Namespace: MediaBrowser.Controller.Library
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface IMetadataSaver

    Properties

    Name

    Gets the name.

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

    The name.

    Methods

    IsEnabledFor(BaseItem, ItemUpdateType)

    Determines whether [is enabled for] [the specified item].

    Declaration
    bool IsEnabledFor(BaseItem item, ItemUpdateType updateType)
    Parameters
    Type Name Description
    BaseItem item

    The item.

    ItemUpdateType updateType

    Type of the update.

    Returns
    Type Description
    System.Boolean

    true if [is enabled for] [the specified item]; otherwise, false.

    Save(BaseItem, LibraryOptions, CancellationToken)

    Saves the specified item.

    Declaration
    Task Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    BaseItem item

    The item.

    LibraryOptions libraryOptions
    System.Threading.CancellationToken cancellationToken

    The cancellation token.

    Returns
    Type Description
    System.Threading.Tasks.Task

    Task.

    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.