SPList.WriteRssFeed - Méthode (Stream, Int32, SPView)
Writes the RSS feeds that are associated with the specified meeting and view to the specified document stream.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub WriteRssFeed ( _
outputStream As Stream, _
meetingInstanceId As Integer, _
spView As SPView _
)
'Utilisation
Dim instance As SPList
Dim outputStream As Stream
Dim meetingInstanceId As Integer
Dim spView As SPView
instance.WriteRssFeed(outputStream, meetingInstanceId, _
spView)
public void WriteRssFeed(
Stream outputStream,
int meetingInstanceId,
SPView spView
)
Paramètres
outputStream
Type : System.IO.StreamA Stream object that represents the document stream.
meetingInstanceId
Type : System.Int32An integer value that represents the meeting instance.
spView
Type : Microsoft.SharePoint.SPViewAn SPView object that represents the view.