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)
'Declaration
Protected Overrides Sub InvalidateConnecteeViewState ( _
mapAlreadySeen As Hashtable _
)
'Usage
Dim mapAlreadySeen As Hashtable
Me.InvalidateConnecteeViewState(mapAlreadySeen)
protected override void InvalidateConnecteeViewState(
Hashtable mapAlreadySeen
)
mapAlreadySeen
Type: System.Collections.HashtableA 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.
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.