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

    Show / Hide Table of Contents

    Class BaseItemExtensions

    Inheritance
    System.Object
    BaseItemExtensions
    Namespace: MediaBrowser.Controller.Entities
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public static class BaseItemExtensions

    Methods

    GetImagePath(BaseItem, ImageType)

    Gets the image path.

    Declaration
    public static string GetImagePath(this BaseItem item, ImageType imageType)
    Parameters
    Type Name Description
    BaseItem item

    The item.

    ImageType imageType

    Type of the image.

    Returns
    Type Description
    System.String

    System.String.

    HasImage(BaseItem, ImageType)

    Declaration
    public static bool HasImage(this BaseItem item, ImageType imageType)
    Parameters
    Type Name Description
    BaseItem item
    ImageType imageType
    Returns
    Type Description
    System.Boolean
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.