SharedPersonalizationStateInfo Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
Represents a lightweight version of shared personalization information about a page. This class cannot be inherited.
Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[SerializableAttribute] public ref class SharedPersonalizationStateInfo sealed : public PersonalizationStateInfo
/** @attribute SerializableAttribute() */ public final class SharedPersonalizationStateInfo extends PersonalizationStateInfo
SerializableAttribute public final class SharedPersonalizationStateInfo extends PersonalizationStateInfo
This class represents statistical information about the personalization state of a page. It does not return the personalization data (such as property data that is applied or extracted when personalization occurs) itself. This class can be used to determine how many users have saved personalization settings for a page, and the size, in bytes, of that information.
System.Object
System.Web.UI.WebControls.WebParts.PersonalizationStateInfo
System.Web.UI.WebControls.WebParts.SharedPersonalizationStateInfo
System.Web.UI.WebControls.WebParts.PersonalizationStateInfo
System.Web.UI.WebControls.WebParts.SharedPersonalizationStateInfo
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: