DataFormWebPart.GetFilterData method

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

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

Syntax

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

instance.GetFilterData(parametersData)
public void GetFilterData(
    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 connected provider that provides the filter data.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace