WebPartManagerInternals::SetIsShared Method (WebPartConnection^, Boolean)
.NET Framework (current version)
Sets the IsShared property of a WebPartConnection object.
Assembly: System.Web (in System.Web.dll)
Parameters
- connection
-
Type:
System.Web.UI.WebControls.WebParts::WebPartConnection^
A WebPartConnection between two WebPart controls.
- isShared
-
Type:
System::Boolean
A Boolean value that indicates whether connection is shared.
The SetIsShared method does not actually cause the control referenced by the connection parameter to be shared; it only sets the property that indicates whether connection is currently shared.
.NET Framework
Available since 2.0
Available since 2.0
Show: