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. |