WebPartManagerInternals.SetIsStatic Method (WebPartConnection, Boolean)

Sets the IsStatic property of a WebPartConnection object.

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)

public:
void SetIsStatic (
	WebPartConnection^ connection, 
	bool isStatic
)
public void SetIsStatic (
	WebPartConnection connection, 
	boolean isStatic
)
public function SetIsStatic (
	connection : WebPartConnection, 
	isStatic : boolean
)
Not applicable.

Parameters

connection

The connection for which the property value is being set.

isStatic

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.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: