SPWebPartManager.SPWebPartConnections Property
Gets a collection of SPWebPartConnection objects.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.