Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes the RSS feeds that are associated with the specified meeting 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 _
)
'Usage
Dim instance As SPList
Dim outputStream As Stream
Dim meetingInstanceId As Integer
instance.WriteRssFeed(outputStream, meetingInstanceId)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.MarshalByRefObject)]
public void WriteRssFeed(
Stream outputStream,
int meetingInstanceId
)
Parameters
outputStream
Type: System.IO.StreamA Stream object that represents the document stream.
meetingInstanceId
Type: System.Int32An integer value that represents the meeting instance.