Class RemoteImageFetchOptions
Inheritance
System.Object
RemoteImageFetchOptions
Assembly: MediaBrowser.Controller.dll
public sealed class RemoteImageFetchOptions
Properties
Declaration
public IDirectoryService DirectoryService { get; set; }
Property Value
Declaration
public BaseItem Item { get; set; }
Property Value
Declaration
public LibraryOptions LibraryOptions { get; set; }
Property Value
Declaration
public string MetadataCountryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public CultureDto[] MetadataLanguages { get; set; }
Property Value
Extension Methods