SyndicationFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Atom10 | 0 | The API supports the Atom 1.0 format. |
Rss20 | 1 | The API supports the RSS 2.0 format. |
Rss10 | 2 | The API supports the RSS 1.0 format. |
Rss092 | 3 | The API supports the RSS 0.92 format. |
Rss091 | 4 | The API supports the RSS 0.91 format. |
Atom03 | 5 | The API supports the Atom 0.3 format. |