SPLimitedWebPartManager.SPDisconnectWebParts Method
Disconnect two connected Web Parts.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub SPDisconnectWebParts ( _
spConnection As SPWebPartConnection _
)
'Usage
Dim instance As SPLimitedWebPartManager
Dim spConnection As SPWebPartConnection
instance.SPDisconnectWebParts(spConnection)
public void SPDisconnectWebParts(
SPWebPartConnection spConnection
)
Parameters
- spConnection
Type: Microsoft.SharePoint.WebPartPages.SPWebPartConnection