WebPartManagerInternals::SetHasSharedData Method (WebPart^, Boolean)
.NET Framework (current version)
Sets a property on a WebPart or other server control indicating whether the control has shared personalization data.
Assembly: System.Web (in System.Web.dll)
Parameters
- webPart
-
Type:
System.Web.UI.WebControls.WebParts::WebPart^
A WebPart or other server control that can have shared personalization data.
- hasSharedData
-
Type:
System::Boolean
A Boolean value that indicates whether webPart has shared data.
The SetHasSharedData method indicates whether webPart has shared personalization data. The value of the hasSharedData parameter that is passed into the method is assigned to the webPart control's HasSharedData property.
.NET Framework
Available since 2.0
Available since 2.0
Show: