PersonalizationStateInfo Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
When overridden in a derived class, implements a representation of information about a set of Web Parts data for a page.
Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Classes that derive from PersonalizationStateInfo represent information about either a set of shared state data for a page or a set of per-user personalization state data for the page and a user. This class is intended for use in queries and management methods where the serialized Web Parts data is not necessary.
Notes to Inheritors When you inherit from PersonalizationStateInfo, there are no abstract members that you must override. Note that the class is abstract but none of the class members are abstract. This class is currently used internally by the .NET Framework and the constructor for this class is internal, so derived versions of this class have no way to initialize the path, lastUpdatedDate and size parameters required for the constructor. System.Object
System.Web.UI.WebControls.WebParts.PersonalizationStateInfo
System.Web.UI.WebControls.WebParts.SharedPersonalizationStateInfo
System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo
System.Web.UI.WebControls.WebParts.PersonalizationStateInfo
System.Web.UI.WebControls.WebParts.SharedPersonalizationStateInfo
System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo
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.
Community Additions
ADD
Show: