WebPartPersonalization.ShouldResetPersonalizationState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
protected:
property bool ShouldResetPersonalizationState { bool get(); void set(bool value); };
protected bool ShouldResetPersonalizationState { get; set; }
member this.ShouldResetPersonalizationState : bool with get, set
Protected Property ShouldResetPersonalizationState As Boolean
Property Value
true
if the personalization state for the current page has been reset; otherwise, false
.
Remarks
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.