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

    Show / Hide Table of Contents

    Class RemoteImageFetchOptions

    Inheritance
    System.Object
    RemoteImageFetchOptions
    Namespace: MediaBrowser.Controller.Providers
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class RemoteImageFetchOptions

    Properties

    DirectoryService

    Declaration
    public IDirectoryService DirectoryService { get; set; }
    Property Value
    Type Description
    IDirectoryService

    Item

    Declaration
    public BaseItem Item { get; set; }
    Property Value
    Type Description
    BaseItem

    LibraryOptions

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

    MetadataCountryCode

    Declaration
    public string MetadataCountryCode { get; set; }
    Property Value
    Type Description
    System.String

    MetadataLanguages

    Declaration
    public CultureDto[] MetadataLanguages { get; set; }
    Property Value
    Type Description
    CultureDto[]

    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.