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

    Show / Hide Table of Contents

    Class MetadataPluginSummary

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

    Constructors

    MetadataPluginSummary()

    Declaration
    public MetadataPluginSummary()

    Properties

    ItemType

    Gets or sets the type of the item.

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

    The type of the item.

    Plugins

    Gets or sets the plugins.

    Declaration
    public MetadataPlugin[] Plugins { get; set; }
    Property Value
    Type Description
    MetadataPlugin[]

    The plugins.

    SupportedImageTypes

    Gets or sets the supported image types.

    Declaration
    public ImageType[] SupportedImageTypes { get; set; }
    Property Value
    Type Description
    ImageType[]

    The supported image types.

    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.