Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.