Class ImageRefreshOptions
Inheritance
System.Object
ImageRefreshOptions
Assembly: MediaBrowser.Controller.dll
public class ImageRefreshOptions
Constructors
Declaration
public ImageRefreshOptions(IDirectoryService directoryService)
Parameters
Properties
Declaration
public IDirectoryService DirectoryService { get; }
Property Value
Declaration
public MetadataRefreshMode ImageRefreshMode { get; set; }
Property Value
Declaration
public bool IsAutomated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ReplaceAllImages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods