WebPartManagerInternals.DeleteConnection(WebPartConnection) Method

Definition

Sets a property to indicate that the specified connection object has been deleted.

public:
 void DeleteConnection(System::Web::UI::WebControls::WebParts::WebPartConnection ^ connection);
public void DeleteConnection (System.Web.UI.WebControls.WebParts.WebPartConnection connection);
member this.DeleteConnection : System.Web.UI.WebControls.WebParts.WebPartConnection -> unit
Public Sub DeleteConnection (connection As WebPartConnection)

Parameters

connection
WebPartConnection

A WebPartConnection that has been selected for deletion.

Remarks

The DeleteConnection method is one step in the process of terminating an existing connection between two WebPart or other server controls on a Web page. It sets the ConnectionDeleted property value to true to indicate that connection is deleted.

Applies to

See also