Class LatestItemsQuery
Inheritance
Namespace: MediaBrowser.Model.Querying
Assembly: MediaBrowser.Model.dll
Syntax
public class LatestItemsQuery
Properties
EnableImages
Gets or sets a value indicating whether [enable images].
Declaration
public bool? EnableImages { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
EnableImageTypes
Gets or sets the enable image types.
Declaration
public ImageType[] EnableImageTypes { get; set; }
Property Value
Type | Description |
---|---|
ImageType[] | The enable image types. |
Fields
Fields to return within the items, in addition to basic information
Declaration
public ItemFields[] Fields { get; set; }
Property Value
Type | Description |
---|---|
ItemFields[] | The fields. |
GroupItems
Gets or sets a value indicating whether [group items].
Declaration
public bool GroupItems { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ImageTypeLimit
Gets or sets the image type limit.
Declaration
public int? ImageTypeLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The image type limit. |
IncludeItemTypes
Gets or sets the include item types.
Declaration
public string[] IncludeItemTypes { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The include item types. |
IsPlayed
Gets or sets a value indicating whether this instance is played.
Declaration
public bool? IsPlayed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
Limit
The maximum number of items to return
Declaration
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The limit. |
MediaTypes
Declaration
public string[] MediaTypes { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
ParentId
Specify this to localize the search to a specific item or folder. Omit to use the root.
Declaration
public long ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The parent id. |
StartIndex
Skips over a given number of items within the results. Use for paging.
Declaration
public int? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The start index. |
UserId
The user to localize search results for
Declaration
public long UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The user id. |