SPLimitedWebPartManager.SPWebPartConnections Property
Gets a collection SPWebPartConnection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property SPWebPartConnections As SPWebPartConnectionCollection
Get
'Usage
Dim instance As SPLimitedWebPartManager
Dim value As SPWebPartConnectionCollection
value = instance.SPWebPartConnections
public SPWebPartConnectionCollection SPWebPartConnections { get; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection
Remarks
SPWebPartConnection captures Web Part connection information, like provider, consumer, provider connection point, consumer connection point, and transformer information.