Interface IHasItemChangeMonitor
Namespace: MediaBrowser.Controller.Providers
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IHasItemChangeMonitor
Methods
HasChanged(BaseItem, LibraryOptions, IDirectoryService)
Determines whether the specified item has changed.
Declaration
bool HasChanged(BaseItem item, LibraryOptions libraryOptions, IDirectoryService directoryService)
Parameters
Type | Name | Description |
---|---|---|
BaseItem | item | The item. |
LibraryOptions | libraryOptions | |
IDirectoryService | directoryService | The directory service. |
Returns
Type | Description |
---|---|
System.Boolean |
|