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

    Show / Hide Table of Contents

    Interface IMetadataService

    Namespace: MediaBrowser.Controller.Providers
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface IMetadataService

    Properties

    Order

    Gets the order.

    Declaration
    int Order { get; }
    Property Value
    Type Description
    System.Int32

    The order.

    Methods

    CanRefresh(BaseItem)

    Determines whether this instance can refresh the specified item.

    Declaration
    bool CanRefresh(BaseItem item)
    Parameters
    Type Name Description
    BaseItem item

    The item.

    Returns
    Type Description
    System.Boolean

    true if this instance can refresh the specified item; otherwise, false.

    CanRefreshPrimary(Type)

    Declaration
    bool CanRefreshPrimary(Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    System.Boolean

    RefreshMetadata(BaseItem, MetadataRefreshOptions, BaseItem[], LibraryOptions, CancellationToken)

    Refreshes the metadata.

    Declaration
    Task<ItemUpdateType> RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, BaseItem[] collectionFolders, LibraryOptions libraryOptions, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    BaseItem item

    The item.

    MetadataRefreshOptions refreshOptions

    The options.

    BaseItem[] collectionFolders
    LibraryOptions libraryOptions
    System.Threading.CancellationToken cancellationToken

    The cancellation token.

    Returns
    Type Description
    System.Threading.Tasks.Task<ItemUpdateType>

    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.