SyndicationItem::SaveAsRss20 Method (XmlWriter^)

 

Write the syndication item to the specified XmlWriter in RSS 2.0 format.

Namespace:   System.ServiceModel.Syndication
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
void SaveAsRss20(
	XmlWriter^ writer
)

Parameters

writer
Type: System.Xml::XmlWriter^

The XmlWriter to write to.

The following code shows how to save a syndication item in RSS 2.0 format to the specified XML writer.

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: