SPList.WriteRssFeed Method (Stream, Int32, SPView)

Writes the RSS feeds that are associated with the specified meeting and view 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, _
    meetingInstanceId As Integer, _
    spView As SPView _
)
'Usage
Dim instance As SPList
Dim outputStream As Stream
Dim meetingInstanceId As Integer
Dim spView As SPView

instance.WriteRssFeed(outputStream, meetingInstanceId, _
    spView)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.MarshalByRefObject)]
public void WriteRssFeed(
    Stream outputStream,
    int meetingInstanceId,
    SPView spView
)

Parameters

  • outputStream
    Type: System.IO.Stream

    A Stream object that represents the document stream.

  • meetingInstanceId
    Type: System.Int32

    An integer value that represents the meeting instance.

See Also

Reference

SPList Class

SPList Members

WriteRssFeed Overload

Microsoft.SharePoint Namespace