Windows.Web.Syndication Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages syndication feeds.
Classes
SyndicationAttribute |
Represents a custom attribute not defined in the specification. |
SyndicationCategory |
Represents the category of a feed or an item. This class encapsulates information in the /rss/channel/item/category element in RSS 2.0 or the atom:category element in Atom 1.0. |
SyndicationClient |
Implements the ISyndicationClient interface which retrieves feeds from a URI asynchronously. |
SyndicationContent |
Represents feed content including Text, HTML, XHTML, URL, and XML. This object encapsulates the atom:content element in Atom 1.0 and can contain a link to external content. |
SyndicationError |
Represents an error encountered during a Syndication operation. |
SyndicationFeed |
Contains information about a feed. This class encapsulates the information in the /rss/channel element in RSS 2.0 or the atom:feed element in Atom 1.0. |
SyndicationGenerator |
Describes the agent or the tool used to generate the feed. This class encapsulates information in the /rss/channel/generator element in RSS 2.0 or the /atom:feed/atom:generator element in Atom 1.0. |
SyndicationItem |
Represents an item in the feed. This class encapsulates information in the /rss/channel/item element in RSS 2.0 or the atom:entry element in Atom 1.0. |
SyndicationLink |
Represents a link within a syndication feed or item. This class encapsulates information in the /rss/channel/link or /rss/channel/item/link element in RSS 2.0 or the atom:link element in Atom 1.0. |
SyndicationNode |
Implements the ISyndicationNode interface which represents a generic XML syndication element. |
SyndicationPerson |
Represents an author or contributor of syndication content. |
SyndicationText |
Implements the ISyndicationText interface that encapsulates elements in RSS 2.0 or Atom 1.0 that can have either text, HTML, or XHTML. In Atom 1.0, this object maps to an atomTextConstruct in the schema, which can be atom:title, atom:subtitle, atom:rights, or atom:summary elements. |
Structs
RetrievalProgress |
Contains progress information for a data retrieval operation. |
TransferProgress |
Contains progress information for a data transfer operation. |
Interfaces
ISyndicationClient |
Encapsulates the data and methods needed to retrieve feeds from a URI asynchronously. It supports authentication. |
ISyndicationNode |
Represents a generic syndication XML element extension. |
ISyndicationText |
Represents text, HTML, or XHTML content. This interface encapsulates elements in RSS 2.0 or Atom 1.0 that can have either text, HTML, or XHTML content. In Atom 1.0 this interface maps to an atomTextConstruct in the schema, which can be element atom:title, atom:subtitle, atom:rights or atom:summary. |
Enums
SyndicationErrorStatus |
Defines errors encountered during a Syndication operation. |
SyndicationFormat |
Specifies the syndication formats supported by the API. |
SyndicationTextType |
Specifies the text types supported for syndication content. |