SyndicationFormat Enum

Definition

Specifies the syndication formats supported by the API.

public enum class SyndicationFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SyndicationFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SyndicationFormat
var value = Windows.Web.Syndication.SyndicationFormat.atom10
Public Enum SyndicationFormat
Inheritance
SyndicationFormat
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Atom03 5

The API supports the Atom 0.3 format.

Atom10 0

The API supports the Atom 1.0 format.

Rss091 4

The API supports the RSS 0.91 format.

Rss092 3

The API supports the RSS 0.92 format.

Rss10 2

The API supports the RSS 1.0 format.

Rss20 1

The API supports the RSS 2.0 format.

Applies to

See also