DataFormWebPart._receivedFilterData field

Stores data received from the Web Part connection. The data is applied to the filter later in the life cycle of the page.

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

Syntax

'Declaration
Protected _receivedFilterData As Collection(Of IDictionary)
'Usage
Dim value As Collection(Of IDictionary)

value = Me._receivedFilterData

Me._receivedFilterData = value
protected Collection<IDictionary> _receivedFilterData

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace