Table of Contents

Class ChangelogsRssItem

Namespace
TorBoxSDK.Models.General
Assembly
TorBoxSDK.dll

Represents a single item in a changelogs RSS 2.0 feed.

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

Properties

ContentEncoded

Gets the content:encoded element value, or null if not present.

public string? ContentEncoded { get; init; }

Property Value

string

Description

Gets the item description.

public string Description { get; init; }

Property Value

string

Gets the item link.

public string Link { get; init; }

Property Value

string

PubDate

Gets the publication date as a string.

public string PubDate { get; init; }

Property Value

string

Title

Gets the item title.

public string Title { get; init; }

Property Value

string