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

    Show / Hide Table of Contents

    Class TypeOptions

    Inheritance
    System.Object
    TypeOptions
    Namespace: MediaBrowser.Model.Configuration
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class TypeOptions

    Fields

    DefaultImageOptions

    Declaration
    public static Dictionary<string, ImageOption[]> DefaultImageOptions
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, ImageOption[]>

    DefaultInstance

    Declaration
    public static ImageOption DefaultInstance
    Field Value
    Type Description
    ImageOption

    Properties

    ImageFetcherOrder

    Declaration
    public string[] ImageFetcherOrder { get; set; }
    Property Value
    Type Description
    System.String[]

    ImageFetchers

    Declaration
    public string[] ImageFetchers { get; set; }
    Property Value
    Type Description
    System.String[]

    ImageOptions

    Declaration
    public ImageOption[] ImageOptions { get; set; }
    Property Value
    Type Description
    ImageOption[]

    MetadataFetcherOrder

    Declaration
    public string[] MetadataFetcherOrder { get; set; }
    Property Value
    Type Description
    System.String[]

    MetadataFetchers

    Declaration
    public string[] MetadataFetchers { get; set; }
    Property Value
    Type Description
    System.String[]

    Type

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

    Methods

    GetImageOptions(ImageType)

    Declaration
    public ImageOption GetImageOptions(ImageType type)
    Parameters
    Type Name Description
    ImageType type
    Returns
    Type Description
    ImageOption

    GetLimit(ImageType)

    Declaration
    public int GetLimit(ImageType type)
    Parameters
    Type Name Description
    ImageType type
    Returns
    Type Description
    System.Int32

    GetMinWidth(ImageType)

    Declaration
    public int GetMinWidth(ImageType type)
    Parameters
    Type Name Description
    ImageType type
    Returns
    Type Description
    System.Int32

    IsEnabled(ImageType)

    Declaration
    public bool IsEnabled(ImageType type)
    Parameters
    Type Name Description
    ImageType type
    Returns
    Type Description
    System.Boolean

    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.