PersonalizationProvider.ResetPersonalizationState(WebPartManager) Method

Definition

Resets personalization data to the underlying data store.

public:
 virtual void ResetPersonalizationState(System::Web::UI::WebControls::WebParts::WebPartManager ^ webPartManager);
public virtual void ResetPersonalizationState (System.Web.UI.WebControls.WebParts.WebPartManager webPartManager);
abstract member ResetPersonalizationState : System.Web.UI.WebControls.WebParts.WebPartManager -> unit
override this.ResetPersonalizationState : System.Web.UI.WebControls.WebParts.WebPartManager -> unit
Public Overridable Sub ResetPersonalizationState (webPartManager As WebPartManager)

Parameters

webPartManager
WebPartManager

The WebPartManager managing the personalization data.

Exceptions

webPartManager is null.

webPartManager is not associated with a page.

-or-

The page is not associated with an in-progress HttpRequest.

Remarks

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.

Applies to