Interface IExternalId
Namespace: MediaBrowser.Controller.Providers
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IExternalId
Properties
Key
Declaration
string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
UrlFormatString
Declaration
string UrlFormatString { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Supports(IHasProviderIds)
Declaration
bool Supports(IHasProviderIds item)
Parameters
Type | Name | Description |
---|---|---|
IHasProviderIds | item |
Returns
Type | Description |
---|---|
System.Boolean |