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)
Available in Sandboxed Solutions: No
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
parametersData
Type: System.Collections.IDictionaryThe parameters data received from the provider.
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.