AsynchronousWebPartService.GetRssFeed Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.Internal
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetRssFeed ( _
rssUrl As String _
) As String
'Usage
Dim instance As AsynchronousWebPartService
Dim rssUrl As String
Dim returnValue As String
returnValue = instance.GetRssFeed(rssUrl)
[WebMethodAttribute]
public string GetRssFeed(
string rssUrl
)
Parameters
- rssUrl
Type: System.String
Return Value
Type: System.String
Returns String.
See Also
Reference
AsynchronousWebPartService Class