Class TypeOptions
Inheritance
System.Object
TypeOptions
Assembly: MediaBrowser.Model.dll
Fields
Declaration
public static Dictionary<string, ImageOption[]> DefaultImageOptions
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, ImageOption[]> |
|
Declaration
public static ImageOption DefaultInstance
Field Value
Properties
Declaration
public string[] ImageFetcherOrder { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string[] ImageFetchers { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public ImageOption[] ImageOptions { get; set; }
Property Value
Declaration
public string[] MetadataFetcherOrder { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string[] MetadataFetchers { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public ImageOption GetImageOptions(ImageType type)
Parameters
Returns
Declaration
public int GetLimit(ImageType type)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Declaration
public int GetMinWidth(ImageType type)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Declaration
public bool IsEnabled(ImageType type)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods