BaseXsltDataWebPart.InvalidateConnecteeViewState Method

Clears the view state information for the Web Part connections.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Parameters

  • mapAlreadySeen
    Type: System.Collections.Hashtable

    A hash table that contains the IDs of Web Parts whose connection view state information has already been cleared.

Remarks

This virtual method should be overridden by the inherited Web Parts to clear the view state information about their connections.

See Also

Reference

BaseXsltDataWebPart Class

BaseXsltDataWebPart Members

Microsoft.SharePoint.WebPartPages Namespace