Class BrowseRequest
Class BrowseRequest
Inheritance
System.Object
BrowseRequest
Namespace: MediaBrowser.Model.Session
Assembly: MediaBrowser.Model.dll
Syntax
public class BrowseRequest
Properties
ItemId
Gets or sets the item id.
Declaration
public string ItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The item id. |
ItemName
Gets or sets the name of the item.
Declaration
public string ItemName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the item. |
ItemType
Artist, Genre, Studio, Person, or any kind of BaseItem
Declaration
public string ItemType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the item. |