Class ItemCountsQuery
Class ItemCountsQuery
Inheritance
System.Object
ItemCountsQuery
Namespace: MediaBrowser.Model.Querying
Assembly: MediaBrowser.Model.dll
Syntax
public class ItemCountsQuery
Properties
IsFavorite
Gets or sets a value indicating whether this instance is favorite.
Declaration
public bool? IsFavorite { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
UserId
Gets or sets the user id.
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user id. |