WebPartManagerInternals.SetIsStatic Method (WebPartConnection, Boolean)
.NET Framework (current version)
Sets the IsStatic property of a WebPartConnection object.
Assembly: System.Web (in System.Web.dll)
Parameters
- connection
-
Type:
System.Web.UI.WebControls.WebParts.WebPartConnection
The connection for which the property value is being set.
- isStatic
-
Type:
System.Boolean
A Boolean value that indicates whether connection is static.
The SetIsStatic(WebPartConnection, Boolean) method is used to set the IsStatic property value of the connection referenced by the connection parameter. If connection is declared in the markup of a Web page, this method sets the property value to true. If connection is added to a page programmatically, or by a user through the Web Parts user interface (UI), then this method sets the property value to false.
.NET Framework
Available since 2.0
Available since 2.0
Show: