Class ExternalIdInfo
Inheritance
System.Object
ExternalIdInfo
Namespace: MediaBrowser.Model.Providers
Assembly: MediaBrowser.Model.dll
Syntax
public class ExternalIdInfo
Properties
IsSupportedAsIdentifier
Declaration
public bool IsSupportedAsIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Key
Gets or sets the key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String | The key. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
UrlFormatString
Gets or sets the URL format string.
Declaration
public string UrlFormatString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL format string. |
Website
Declaration
public string Website { get; set; }
Property Value
Type | Description |
---|---|
System.String |