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

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.

See also

Reference

BrowserFormWebPart class

BrowserFormWebPart members

Microsoft.Office.InfoPath.Server.Controls.WebUI namespace