Class RssItem
A base class for RSS items: feeds and folders.
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 SourceName
Gets or sets RSS item name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |