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

    Show / Hide Table of Contents

    Class RemoteImageResult

    Class RemoteImageResult.

    Inheritance
    System.Object
    RemoteImageResult
    Namespace: MediaBrowser.Model.Providers
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class RemoteImageResult

    Properties

    Images

    Gets or sets the images.

    Declaration
    public RemoteImageInfo[] Images { get; set; }
    Property Value
    Type Description
    RemoteImageInfo[]

    The images.

    Providers

    Gets or sets the providers.

    Declaration
    public string[] Providers { get; set; }
    Property Value
    Type Description
    System.String[]

    The providers.

    TotalRecordCount

    Gets or sets the total record count.

    Declaration
    public int TotalRecordCount { get; set; }
    Property Value
    Type Description
    System.Int32

    The total record count.

    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.