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)
Available in Sandboxed Solutions: No
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.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.
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.