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

    Show / Hide Table of Contents

    Interface ICustomMetadataProviderWithOptions<TItemType>

    Inherited Members
    ICustomMetadataProvider<TItemType>.FetchAsync(MetadataResult<TItemType>, MetadataRefreshOptions, LibraryOptions, CancellationToken)
    IMetadataProvider.Name
    Namespace: MediaBrowser.Controller.Providers
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface ICustomMetadataProviderWithOptions<TItemType> : ICustomMetadataProvider<TItemType>, IMetadataProvider<TItemType>, ICustomMetadataProvider, IMetadataProvider where TItemType : BaseItem
    Type Parameters
    Name Description
    TItemType

    Methods

    FetchAsync(MetadataResult<TItemType>, CustomMetadataProviderOptions, CancellationToken)

    Declaration
    Task<ItemUpdateType> FetchAsync(MetadataResult<TItemType> itemResult, CustomMetadataProviderOptions options, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    MetadataResult<TItemType> itemResult
    CustomMetadataProviderOptions options
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<ItemUpdateType>

    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.