Interface IMetadataSaver
Interface IMetadataSaver
Namespace: MediaBrowser.Controller.Library
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IMetadataSaver
Properties
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Methods
IsEnabledFor(BaseItem, ItemUpdateType)
Determines whether [is enabled for] [the specified item].
Declaration
bool IsEnabledFor(BaseItem item, ItemUpdateType updateType)
Parameters
Type | Name | Description |
---|---|---|
BaseItem | item | The item. |
ItemUpdateType | updateType | Type of the update. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Save(BaseItem, LibraryOptions, CancellationToken)
Saves the specified item.
Declaration
Task Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
BaseItem | item | The item. |
LibraryOptions | libraryOptions | |
System.Threading.CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | Task. |