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 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.StreamA Stream object that represents the document stream.