Class PlaylistItemsMovedEventArgs
Inheritance
System.Object
System.EventArgs
PlaylistItemsMovedEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: MediaBrowser.Controller.Playlists
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class PlaylistItemsMovedEventArgs : EventArgs
Properties
ListItemEntryIds
Declaration
public long[] ListItemEntryIds { get; set; }
Property Value
Type | Description |
---|---|
System.Int64[] |
NewIndex
Declaration
public int NewIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Playlist
Gets or sets the collection.
Declaration
public Playlist Playlist { get; set; }
Property Value
Type | Description |
---|---|
Playlist | The collection. |