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

    Show / Hide Table of Contents

    Class BaseMetadataResult

    Inheritance
    System.Object
    BaseMetadataResult
    MetadataResult<T>
    Namespace: MediaBrowser.Controller.Providers
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public abstract class BaseMetadataResult

    Properties

    BaseItem

    Declaration
    public abstract BaseItem BaseItem { get; }
    Property Value
    Type Description
    BaseItem

    Chapters

    Declaration
    public List<ChapterInfo> Chapters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ChapterInfo>

    HasMetadata

    Declaration
    public bool HasMetadata { get; set; }
    Property Value
    Type Description
    System.Boolean

    Images

    Declaration
    public List<LocalImageInfo> Images { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<LocalImageInfo>

    ListItems

    Declaration
    public LinkedChild[] ListItems { get; set; }
    Property Value
    Type Description
    LinkedChild[]

    MediaStreams

    Declaration
    public MediaStream[] MediaStreams { get; set; }
    Property Value
    Type Description
    MediaStream[]

    People

    Declaration
    public List<PersonInfo> People { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PersonInfo>

    Provider

    Declaration
    public string Provider { get; set; }
    Property Value
    Type Description
    System.String

    QueriedById

    Declaration
    public bool QueriedById { get; set; }
    Property Value
    Type Description
    System.Boolean

    ResultLanguage

    Declaration
    public string ResultLanguage { get; set; }
    Property Value
    Type Description
    System.String

    SearchImageUrl

    Declaration
    public string SearchImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    UserDataList

    Declaration
    public List<UserItemData> UserDataList { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<UserItemData>

    Methods

    AddPerson(PersonInfo)

    Declaration
    public void AddPerson(PersonInfo p)
    Parameters
    Type Name Description
    PersonInfo p

    ResetPeople()

    Not only does this clear, but initializes the list so that services can differentiate between a null list and zero people

    Declaration
    public void ResetPeople()

    ToRemoteSearchResult(String)

    Declaration
    public RemoteSearchResult ToRemoteSearchResult(string searchProviderName)
    Parameters
    Type Name Description
    System.String searchProviderName
    Returns
    Type Description
    RemoteSearchResult

    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.