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 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.