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