Class ItemChangeEventArgs
Class ItemChangeEventArgs
Inheritance
System.Object
ItemChangeEventArgs
Namespace: MediaBrowser.Controller.Library
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class ItemChangeEventArgs
Constructors
ItemChangeEventArgs(ILibraryManager)
Declaration
public ItemChangeEventArgs(ILibraryManager libraryManager)
Parameters
Type | Name | Description |
---|---|---|
ILibraryManager | libraryManager |
Properties
CollectionFolders
Declaration
public BaseItem[] CollectionFolders { get; set; }
Property Value
Type | Description |
---|---|
BaseItem[] |
Item
Gets or sets the item.
Declaration
public BaseItem Item { get; set; }
Property Value
Type | Description |
---|---|
BaseItem | The item. |
Parent
Declaration
public BaseItem Parent { get; set; }
Property Value
Type | Description |
---|---|
BaseItem |
UpdateReason
Gets or sets the item.
Declaration
public ItemUpdateType UpdateReason { get; set; }
Property Value
Type | Description |
---|---|
ItemUpdateType | The item. |