WebPartManagerInternals::SetHasUserData Method (WebPart^, Boolean)
.NET Framework (current version)
Sets a property on a WebPart or other server control indicating whether the control has user 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 user personalization data.
- hasUserData
-
Type:
System::Boolean
A Boolean value that indicates whether webPart has shared data.
The SetHasUserData method indicates whether webPart has individual user personalization data, as opposed to shared data. The method assigns the value of the hasUserData parameter to the webPart control's HasUserData property.
.NET Framework
Available since 2.0
Available since 2.0
Show: