Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 926 Bytes

syndicationformat.md

File metadata and controls

40 lines (27 loc) · 926 Bytes
-api-id -api-type
T:Windows.Web.Syndication.SyndicationFormat
winrt enum

SyndicationFormat

-description

Specifies the syndication formats supported by the API.

-enum-fields

-field Atom10:0

The API supports the Atom 1.0 format.

-field Rss20:1

The API supports the RSS 2.0 format.

-field Rss10:2

The API supports the RSS 1.0 format.

-field Rss092:3

The API supports the RSS 0.92 format.

-field Rss091:4

The API supports the RSS 0.91 format.

-field Atom03:5

The API supports the Atom 0.3 format.

-remarks

-examples

-see-also

Syndication sample