Windows.Web.Syndication
Windows.Web.Syndication
Windows.Web.Syndication
Windows.Web.Syndication
Windows.Web.Syndication
Namespace
Manages syndication feeds.
Classes
SyndicationAttribute SyndicationAttribute SyndicationAttribute SyndicationAttribute SyndicationAttribute |
Represents a custom attribute not defined in the specification. |
SyndicationCategory SyndicationCategory SyndicationCategory SyndicationCategory 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 SyndicationClient SyndicationClient SyndicationClient SyndicationClient |
Implements the ISyndicationClient interface which retrieves feeds from a URI asynchronously. |
SyndicationContent SyndicationContent SyndicationContent SyndicationContent 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 SyndicationError SyndicationError SyndicationError SyndicationError |
Represents an error encountered during a Syndication operation. |
SyndicationFeed SyndicationFeed SyndicationFeed SyndicationFeed 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 SyndicationGenerator SyndicationGenerator SyndicationGenerator 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 SyndicationItem SyndicationItem SyndicationItem 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 SyndicationLink SyndicationLink SyndicationLink 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 SyndicationNode SyndicationNode SyndicationNode SyndicationNode |
Implements the ISyndicationNode interface which represents a generic XML syndication element. |
SyndicationPerson SyndicationPerson SyndicationPerson SyndicationPerson SyndicationPerson |
Represents an author or contributor of syndication content. |
SyndicationText SyndicationText SyndicationText SyndicationText 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 RetrievalProgress RetrievalProgress RetrievalProgress RetrievalProgress |
Contains progress information for a data retrieval operation. |
TransferProgress TransferProgress TransferProgress TransferProgress TransferProgress |
Contains progress information for a data transfer operation. |
Interfaces
ISyndicationClient ISyndicationClient ISyndicationClient ISyndicationClient ISyndicationClient |
Encapsulates the data and methods needed to retrieve feeds from a URI asynchronously. It supports authentication. |
ISyndicationNode ISyndicationNode ISyndicationNode ISyndicationNode ISyndicationNode |
Represents a generic syndication XML element extension. |
ISyndicationText ISyndicationText ISyndicationText ISyndicationText 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 SyndicationErrorStatus SyndicationErrorStatus SyndicationErrorStatus SyndicationErrorStatus |
Defines errors encountered during a Syndication operation. |
SyndicationFormat SyndicationFormat SyndicationFormat SyndicationFormat SyndicationFormat |
Specifies the syndication formats supported by the API. |
SyndicationTextType SyndicationTextType SyndicationTextType SyndicationTextType SyndicationTextType |
Specifies the text types supported for syndication content. |
See also
Feedback
Loading feedback...