Table of Contents

Class ChangelogsRssChannel

Namespace
TorBoxSDK.Models.General
Assembly
TorBoxSDK.dll

Represents the channel element of a changelogs RSS 2.0 feed.

public sealed record ChangelogsRssChannel : IEquatable<ChangelogsRssChannel>
Inheritance
ChangelogsRssChannel
Implements
Inherited Members

Properties

Description

Gets the channel description.

public string Description { get; init; }

Property Value

string

Items

Gets the list of RSS items.

public IReadOnlyList<ChangelogsRssItem> Items { get; init; }

Property Value

IReadOnlyList<ChangelogsRssItem>

Language

Gets the channel language.

public string Language { get; init; }

Property Value

string

LastBuildDate

Gets the last build date as a string.

public string LastBuildDate { get; init; }

Property Value

string

Gets the channel link.

public string Link { get; init; }

Property Value

string

Title

Gets the channel title.

public string Title { get; init; }

Property Value

string