RSSAggregatorWebPart.SetConnectionInterfaceForFeedUrl Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ConnectionConsumerAttribute("Feed URL", "IWebPartFieldFeedUrl", AllowsMultipleConnections := False)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub SetConnectionInterfaceForFeedUrl ( _
provider As IWebPartField _
)
'Usage
Dim instance As RSSAggregatorWebPart
Dim provider As IWebPartField
instance.SetConnectionInterfaceForFeedUrl(provider)
[ConnectionConsumerAttribute("Feed URL", "IWebPartFieldFeedUrl", AllowsMultipleConnections = false)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void SetConnectionInterfaceForFeedUrl(
IWebPartField provider
)
Parameters
- provider
Type: System.Web.UI.WebControls.WebParts.IWebPartField