DataFormWebPart.InvalidateConnecteeViewState method

Clears out the view state that stores the information about the latest connections on the DataFormWebPart and its consumer DataFormWebParts.

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

Syntax

'Declaration
Protected Overrides Sub InvalidateConnecteeViewState ( _
    mapAlreadySeen As Hashtable _
)
'Usage
Dim mapAlreadySeen As Hashtable

Me.InvalidateConnecteeViewState(mapAlreadySeen)
protected override void InvalidateConnecteeViewState(
    Hashtable mapAlreadySeen
)

Parameters

  • mapAlreadySeen
    Type: System.Collections.Hashtable

    A hash table that stores the IDs of the DataFormWebParts whose view state that stores the information about the latest connections has already been cleared out.

Remarks

This override recursively clears out the view state that stores the information about the latest connections on the DataFormWebPart and its consumer DataFormWebParts on the same Page.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace