Class MovieRecommendationQuery
Inheritance
System.Object
MovieRecommendationQuery
Namespace: MediaBrowser.Model.Querying
Assembly: MediaBrowser.Model.dll
Syntax
public class MovieRecommendationQuery
Constructors
MovieRecommendationQuery()
Declaration
public MovieRecommendationQuery()
Properties
CategoryLimit
Gets or sets the category limit.
Declaration
public int CategoryLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The category limit. |
Fields
Gets or sets the fields.
Declaration
public ItemFields[] Fields { get; set; }
Property Value
Type | Description |
---|---|
ItemFields[] | The fields. |
ItemLimit
Gets or sets the item limit.
Declaration
public int ItemLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The item limit. |
ParentId
Gets or sets the parent identifier.
Declaration
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent identifier. |
UserId
Gets or sets the user identifier.
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user identifier. |