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 |
|