Feed
Object Hierarchy:
Description:
public class Feed :
Parsable
All the fields in the Feed structure are private and should never be accessed directly.
Namespace: GData
Package: libgdata
Content:
Properties:
-
public string etag { get; }
-
public Generator generator { get; }
Details of the software used to generate the feed.
-
public string icon { get; }
The URI of an icon for the feed.
-
public string id { get; }
The unique and permanent URN ID for the feed.
-
public uint items_per_page { get; }
The number of items per results page feed.
-
public string logo { get; }
The URI of a logo for the feed.
-
public string rights { get; }
The ownership rights pertaining to the entire feed.
-
public uint start_index { get; }
The one-based index of the first item in the results feed.
-
public string subtitle { get; }
The subtitle of the feed.
-
public string title { get; }
The title of the feed.
-
public uint total_results { get; }
The number of items in the result set for the feed, including those on other pages.
-
public int64 updated { get; }
The time the feed was last updated.
Creation methods:
Methods: