Class SimilarItemsQuery
Inheritance
System.Object
SimilarItemsQuery
Namespace: MediaBrowser.Model.Querying
Assembly: MediaBrowser.Model.dll
Syntax
public class SimilarItemsQuery
Properties
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. |
Id
Gets or sets the id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id. |
Limit
The maximum number of items to return
Declaration
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The limit. |
UserId
The user to localize search results for
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user id. |