Class ItemsQuery
Inheritance
System.Object
ItemsQuery
Assembly: MediaBrowser.Model.dll
Properties
Declaration
public string[] CollectionTypes { get; set; }
Property Value
| Type |
Description |
| System.String[] |
|
Declaration
public string[] GenreIds { get; set; }
Property Value
| Type |
Description |
| System.String[] |
|
Declaration
public bool? IsFavorite { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Declaration
public string[] StudioIds { get; set; }
Property Value
| Type |
Description |
| System.String[] |
|
Declaration
public string[] TagIds { get; set; }
Property Value
| Type |
Description |
| System.String[] |
|
Extension Methods