WebPartManager::IPersonalizable::Save Method
Saves custom personalization state data that is managed by the WebPartManager control.
Assembly: System.Web (in System.Web.dll)
private: virtual void Save( PersonalizationDictionary^ state ) sealed = IPersonalizable::Save
Parameters
- state
- Type: System.Web.UI.WebControls.WebParts::PersonalizationDictionary
A PersonalizationDictionary that contains the state data to be saved.
Implements
IPersonalizable::Save(PersonalizationDictionary)The IPersonalizable::Save method is an implementation of the IPersonalizable::Save method, which provides a way for the Web Parts control set to directly access the protected WebPartManager::SaveCustomPersonalizationState method. When this method is called, it saves all personalized data that is managed by the WebPartManager control to the permanent data store configured for a Web Parts application.
Note |
|---|
In most cases, page and control developer code does not need to call this method, because it is primarily used by the Web Parts control set as its mechanism for saving personalization data. |
One scenario in which developers would work with this method is if they are developing a custom personalization framework to use in place of the one provided by the Web Parts control set. In such cases, developers could inherit from the WebPartManager class and override the CreatePersonalization method to return a custom implementation of a WebPartPersonalization object. The custom WebPartPersonalization object would call the implementation of the IPersonalizable::Save method at the proper time to save the custom personalization data.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note