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)
Available in Sandboxed Solutions: No
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
parametersData
Type: System.Collections.IDictionaryThe filter 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 connected provider that provides the filter data.