PersonalizationProvider.SavePersonalizationState Method
Assembly: System.Web (in system.web.dll)
public void SavePersonalizationState ( PersonalizationState state )
public function SavePersonalizationState ( state : PersonalizationState )
Parameters
- state
A PersonalizationState containing personalization data to be saved.
| Exception type | Condition |
|---|---|
| state is a null reference (Nothing in Visual Basic). | |
| The state object being saved has a different type from the state object that was returned by the LoadPersonalizationState method. |
This method is the main entry point used by the WebPartPersonalization class to save personalization data.
The default implementation of this method uses the methods of an internal implementation of PersonalizationState to pack personalization data into a byte array. If the results of this packing create an empty byte array (because property extraction resulted in no personalization data), the default implementation calls the ResetPersonalizationBlob method. Otherwise, the default implementation calls the SavePersonalizationBlob method.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.