DataFormWebPart.GetParametersData method

Gets parameters data from the connected provider control that provides parameters data.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub GetParametersData ( _
    parametersData As IDictionary _
)
'Usage
Dim instance As DataFormWebPart
Dim parametersData As IDictionary

instance.GetParametersData(parametersData)
public void GetParametersData(
    IDictionary parametersData
)

Parameters

Remarks

This method applies all received data provided by the connected providers if the DataFormWebPart has received all the data from providers.

This method is called by the connected provider that provides the parameters data.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace