SPWebPartManager.SPWebPartConnections property

Gets a collection of SPWebPartConnection objects.

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

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property SPWebPartConnections As SPWebPartConnectionCollection
    Get
'Usage
Dim instance As SPWebPartManager
Dim value As SPWebPartConnectionCollection

value = instance.SPWebPartConnections
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public SPWebPartConnectionCollection SPWebPartConnections { get; }

Property value

Type: Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection
A collection of objects that represents all of the Web Part connections on the page.

Remarks

SPWebPartConnection objects capture Web Part connection information, such as provider, consumer, provider connection point, consumer connection point, and transformer information.

See also

Reference

SPWebPartManager class

SPWebPartManager members

Microsoft.SharePoint.WebPartPages namespace