PersonalizationAdministration::ResetUserState Method

 

Resets all per-user state in the underlying data store for the specified parameters.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticResetUserState(String^)

Resets all per-user state in the underlying data store for the specified path.

System_CAPS_pubmethodSystem_CAPS_staticResetUserState(String^, String^)

Resets per-user state in the underlying data store for the specified combination of user name and path.

System_CAPS_pubmethodSystem_CAPS_staticResetUserState(String^, array<String^>^)

Resets per-user state in the underlying data store for the page and users specified.

System_CAPS_pubmethodSystem_CAPS_staticResetUserState(array<String^>^)

Resets all per-user state in the underlying data store for the specified paths.

Return to top
Show: