Rss20FeedFormatter Constructor (SyndicationFeed^, Boolean)

 

Creates a new instance of the Rss20FeedFormatter class with the specified SyndicationFeed instance.

Namespace:   System.ServiceModel.Syndication
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.

The following example shows how to call this constructor.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Return to top
Show: