RSSAggregatorWebPart.SetConnectionInterfaceForFeedParameter 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 Parameter", "IWebPartFieldFeedParameter", AllowsMultipleConnections := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub SetConnectionInterfaceForFeedParameter ( _
provider As IWebPartField _
)
'Usage
Dim instance As RSSAggregatorWebPart
Dim provider As IWebPartField
instance.SetConnectionInterfaceForFeedParameter(provider)
[ConnectionConsumerAttribute("Feed Parameter", "IWebPartFieldFeedParameter", AllowsMultipleConnections = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void SetConnectionInterfaceForFeedParameter(
IWebPartField provider
)
Parameters
- provider
Type: System.Web.UI.WebControls.WebParts.IWebPartField