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

    Show / Hide Table of Contents

    Class ExternalIdInfo

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

    Properties

    IsSupportedAsIdentifier

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

    Key

    Gets or sets the key.

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

    The key.

    Name

    Gets or sets the name.

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

    The name.

    UrlFormatString

    Gets or sets the URL format string.

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

    The URL format string.

    Website

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

    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.