Rss20FeedFormatter Constructor (SyndicationFeed^, Boolean)
.NET Framework (current version)
Creates a new instance of the Rss20FeedFormatter class with the specified SyndicationFeed instance.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: Rss20FeedFormatter( SyndicationFeed^ feedToWrite, bool serializeExtensionsAsAtom )
Parameters
- feedToWrite
-
Type:
System.ServiceModel.Syndication::SyndicationFeed^
The SyndicationFeed to serialize.
- serializeExtensionsAsAtom
-
Type:
System::Boolean
A value that specifies whether to serialize elements that are defined in the Atom 1.0 specification but not in the RSS 2.0 specification. The default value is true.
If the serializeExtensionsAsAtom parameter is true, all elements defined in the Atom 1.0 specification that are not defined in the RSS 2.0 specification are serialized with in the Atom 1.0 namespace.
.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Available since 3.5
Silverlight
Available since 2.0
Show: