SyndicationFormat enumeration

This topic has not yet been rated - Rate this topic

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.

MemberValueDescription
Atom10 | atom100

The API supports the Atom 1.0 format.

Rss20 | rss201

The API supports the RSS 2.0 format.

Rss10 | rss102

The API supports the RSS 1.0 format.

Rss092 | rss0923

The API supports the RSS 0.92 format.

Rss091 | rss0914

The API supports the RSS 0.91 format.

Atom03 | atom035

The API supports the Atom 0.3 format.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Web.Syndication
Windows::Web::Syndication [C++]

Metadata

Windows.winmd

See also

Syndication sample

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.