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

    Show / Hide Table of Contents

    Class SeasonPathParserResult

    Inheritance
    System.Object
    SeasonPathParserResult
    Namespace: Emby.Naming.TV
    Assembly: Emby.Naming.dll
    Syntax
    public sealed class SeasonPathParserResult

    Properties

    IsSeasonFolder

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

    SeasonNumber

    Gets or sets the season number.

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

    The season number.

    Success

    Gets or sets a value indicating whether this SeasonPathParserResult is success.

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

    true if success; otherwise, false.

    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.