WebPartManager.System.Web.UI.WebControls.WebParts.IPersonalizable.Load Method
Assembly: System.Web (in system.web.dll)
private: virtual void System.Web.UI.WebControls.WebParts.IPersonalizable.Load ( PersonalizationDictionary^ state ) sealed = IPersonalizable::Load
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- state
A PersonalizationDictionary that contains the state data to be loaded.
Return Value
A PersonalizationDictionary that contains the state data.The System.Web.UI.WebControls.WebParts.IPersonalizable.Load method is an implementation of the IPersonalizable.Load method, which provides a way for the Web Parts control set to directly access the protected WebPartManager.LoadCustomPersonalizationState method. When this method is called, it stores the custom personalized data that is managed by the WebPartManager control, and that was previously saved in the permanent data store for use later in the initialization process.
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 retrieving personalization data. |
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.
Note