PersonalizationProvider::ResetPersonalizationState Method (WebPartManager^)
.NET Framework (current version)
Resets personalization data to the underlying data store.
Assembly: System.Web (in System.Web.dll)
Parameters
- webPartManager
-
Type:
System.Web.UI.WebControls.WebParts::WebPartManager^
The WebPartManager managing the personalization data.
| Exception | Condition |
|---|---|
| ArgumentNullException | webPartManager is null. |
| ArgumentException | webPartManager is not associated with a page. - or - The page is not associated with an in-progress HttpRequest. |
This method is the main entry point used by the WebPartPersonalization class to reset personalization data. The default implementation uses the WebPartManager control to determine the path and user name for the data to be reset. The default implementation then calls the ResetPersonalizationBlob method.
.NET Framework
Available since 2.0
Available since 2.0
Show: