WebPartPersonalization::ShouldResetPersonalizationState Property
Gets or sets a value that indicates whether the personalization data of the current page has been reset (for example, a request was made to delete the personalization data from the underlying data store).
Assembly: System.Web (in System.Web.dll)
protected: property bool ShouldResetPersonalizationState { bool get (); void set (bool value); }
Property Value
Type: System::Booleantrue if the personalization state for the current page has been reset; otherwise, false.
If this property is set to true, it indicates that the personalization state for the current page has been reset and that extraction of personalization data from controls and subsequent save operations should be skipped. Currently, this property is automatically set to true by the personalization infrastructure if the ResetPersonalizationState method is called.
Note that although there are no restrictions on when this property can be set, the property must be set to true prior to the WebPartManager control's SaveStateComplete event to have any effect.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.