Class UserItemDataDto
Class UserItemDataDto
Inheritance
System.Object
UserItemDataDto
Namespace: MediaBrowser.Model.Dto
Assembly: MediaBrowser.Model.dll
Syntax
public class UserItemDataDto
Properties
IsFavorite
Gets or sets a value indicating whether this instance is favorite.
Declaration
public bool IsFavorite { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ItemId
Gets or sets the item identifier.
Declaration
public string ItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The item identifier. |
Key
Gets or sets the key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String | The key. |
LastPlayedDate
Gets or sets the last played date.
Declaration
public DateTimeOffset? LastPlayedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> | The last played date. |
PlaybackPositionTicks
Gets or sets the playback position ticks.
Declaration
public long PlaybackPositionTicks { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The playback position ticks. |
PlayCount
Gets or sets the play count.
Declaration
public int? PlayCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The play count. |
Played
Gets or sets a value indicating whether this UserItemDataDto is played.
Declaration
public bool Played { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
PlayedPercentage
Gets or sets the played percentage.
Declaration
public double? PlayedPercentage { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The played percentage. |
Rating
Gets or sets the rating.
Declaration
public double? Rating { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The rating. |
ServerId
Used only by our Windows app. Not used by Emby Server.
Declaration
public string ServerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnplayedItemCount
Gets or sets the unplayed item count.
Declaration
public int? UnplayedItemCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The unplayed item count. |