BrowserFormWebPart.GetParametersData Method
Gets data from the connection provider based on output parameters.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Sub GetParametersData ( _
parametersData As IDictionary _
)
'Usage
Dim instance As BrowserFormWebPart
Dim parametersData As IDictionary
instance.GetParametersData(parametersData)
public void GetParametersData(
IDictionary parametersData
)
Parameters
- parametersData
Type: System.Collections.IDictionary
An IDictionary object that specifies the parameters used to retrieve data from the connection provider.
Remarks
This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.
The GetParametersData(IDictionary) method is used by the SetParameterProvider(IWebPartParameters) method to retrieve the values from the provider based on the parameters provided in the parametersData parameter.