WebPartConnectionCollection::Add Method (WebPartConnection^)
.NET Framework (current version)
Adds a member to the WebPartConnectionCollection collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System.Web.UI.WebControls.WebParts::WebPartConnection^
The WebPartConnection to be added to the collection.
Return Value
Type: System::Int32An integer indicating the index where the connection will be added to the collection.
Use this method to add a WebPartConnection object to the WebPartConnectionCollection collection. The object is added to the end of the collection. To add an object at a specific location in the collection, use the Insert method.
.NET Framework
Available since 2.0
Available since 2.0
Show: