This topic has not yet been rated - Rate this topic

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)
[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.
spView
Type: Microsoft.SharePoint.SPView
An SPView object that represents the view.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.