Class LibraryUpdateInfo
Class LibraryUpdateInfo
Inheritance
System.Object
LibraryUpdateInfo
Namespace: MediaBrowser.Model.Entities
Assembly: MediaBrowser.Model.dll
Syntax
public class LibraryUpdateInfo
Constructors
LibraryUpdateInfo()
Initializes a new instance of the LibraryUpdateInfo class.
Declaration
public LibraryUpdateInfo()
Properties
CollectionFolders
Declaration
public string[] CollectionFolders { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
FoldersAddedTo
Gets or sets the folders added to.
Declaration
public string[] FoldersAddedTo { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The folders added to. |
FoldersRemovedFrom
Gets or sets the folders removed from.
Declaration
public string[] FoldersRemovedFrom { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The folders removed from. |
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ItemsAdded
Gets or sets the items added.
Declaration
public string[] ItemsAdded { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The items added. |
ItemsRemoved
Gets or sets the items removed.
Declaration
public string[] ItemsRemoved { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The items removed. |
ItemsUpdated
Gets or sets the items updated.
Declaration
public string[] ItemsUpdated { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The items updated. |