Share via


SPList.WriteRssFeed Method (Stream)

Writes the RSS feeds from the list to the specified document stream.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.MarshalByRefObject)> _
Public Sub WriteRssFeed ( _
    outputStream As Stream _
)
'Usage
Dim instance As SPList
Dim outputStream As Stream

instance.WriteRssFeed(outputStream)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.MarshalByRefObject)]
public void WriteRssFeed(
    Stream outputStream
)

Parameters

  • outputStream
    Type: System.IO.Stream

    A Stream object that represents the document stream.

See Also

Reference

SPList Class

SPList Members

WriteRssFeed Overload

Microsoft.SharePoint Namespace