DataFormWebPart.ApplyReceivedFilterData method

Applies changes to the DataFormWebPart according to the received filter data.

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

Syntax

'Declaration
Protected Sub ApplyReceivedFilterData
'Usage

Me.ApplyReceivedFilterData()
protected void ApplyReceivedFilterData()

Remarks

This method iterates through the _receivedFilterData and updates the FilterOperations and ConnectionFilters.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace