Show / Hide Table of Contents

Class RssItem

A base class for RSS items: feeds and folders.

Inheritance
System.Object
RssItem
RssFeed
RssFolder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QBittorrent.Client
Assembly: QBittorrent.Client.dll
Syntax
public abstract class RssItem

Properties

| Improve this Doc View Source

Name

Gets or sets RSS item name.

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

See Also

RssFeed
RssFolder
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018 Pavel Fedarovich