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

    Show / Hide Table of Contents

    Class ItemLookupInfo

    Inheritance
    System.Object
    ItemLookupInfo
    AlbumInfo
    ArtistInfo
    BookInfo
    BoxSetInfo
    EpisodeInfo
    GameInfo
    GameSystemInfo
    MovieInfo
    MusicVideoInfo
    PersonLookupInfo
    SeasonInfo
    SeriesInfo
    SongInfo
    TrailerInfo
    Implements
    IHasProviderIds
    Namespace: MediaBrowser.Controller.Providers
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class ItemLookupInfo : IHasProviderIds

    Constructors

    ItemLookupInfo()

    Declaration
    public ItemLookupInfo()

    ItemLookupInfo(ItemLookupInfo)

    Declaration
    public ItemLookupInfo(ItemLookupInfo clone)
    Parameters
    Type Name Description
    ItemLookupInfo clone

    Properties

    EnableAdultMetadata

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

    IndexNumber

    Declaration
    public int? IndexNumber { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    IsAutomated

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

    MetadataCountryCode

    Gets or sets the metadata country code.

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

    The metadata country code.

    MetadataLanguage

    Gets or sets the metadata language.

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

    The metadata language.

    MetadataLanguages

    Declaration
    public CultureDto[] MetadataLanguages { get; set; }
    Property Value
    Type Description
    CultureDto[]

    Name

    Gets or sets the name.

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

    The name.

    ParentIndexNumber

    Declaration
    public int? ParentIndexNumber { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Path

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

    PremiereDate

    Declaration
    public DateTimeOffset? PremiereDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    ProviderIds

    Gets or sets the provider ids.

    Declaration
    public ProviderIdDictionary ProviderIds { get; set; }
    Property Value
    Type Description
    ProviderIdDictionary

    The provider ids.

    Year

    Gets or sets the year.

    Declaration
    public int? Year { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The year.

    Implements

    IHasProviderIds

    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.