WebPartConnectionCollection::Remove Method (WebPartConnection^)
.NET Framework (current version)
Removes the specified WebPartConnection object from the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System.Web.UI.WebControls.WebParts::WebPartConnection^
The WebPartConnection to be removed.
Use this method to remove the specified WebPartConnection object from the collection. All items that follow the specified item are then moved up in the collection to fill in the vacant position. The indexes of the moved items are also updated. For more information, see Remove.
.NET Framework
Available since 2.0
Available since 2.0
Show: