Expand Minimize
This topic has not yet been rated - Rate this topic

DataFormWebPart.SetConnectedParametersProvider method

Sets the IWebPartParameters instance from the parameters provider to the DataFormWebPart.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public void SetConnectedParametersProvider(
	IWebPartParameters provider
)

Parameters

provider
Type: System.Web.UI.WebControls.WebParts.IWebPartParameters
The interface instance from the parameters provider that is to be connected with the DataFormWebPart.

This method adds the provider to _connectedParametersProviders and retrieves data from the provider.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.