Specifies the syndication formats supported by the API.
Syntax
var value = Windows.Web.Syndication.SyndicationFormat.atom10;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The SyndicationFormat enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Atom10 | atom10 | 0 |
The API supports the Atom 1.0 format. |
| Rss20 | rss20 | 1 |
The API supports the RSS 2.0 format. |
| Rss10 | rss10 | 2 |
The API supports the RSS 1.0 format. |
| Rss092 | rss092 | 3 |
The API supports the RSS 0.92 format. |
| Rss091 | rss091 | 4 |
The API supports the RSS 0.91 format. |
| Atom03 | atom03 | 5 |
The API supports the Atom 0.3 format. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012