Interface IImageProvider
Interface IImageProvider
Namespace: MediaBrowser.Controller.Providers
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IImageProvider
Properties
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Methods
Supports(BaseItem)
Supportses the specified item.
Declaration
bool Supports(BaseItem item)
Parameters
Type | Name | Description |
---|---|---|
BaseItem | item | The item. |
Returns
Type | Description |
---|---|
System.Boolean |
|