WebPartManager.SetPersonalizationDirty Method

Sets a flag indicating that custom personalization data for the WebPartManager control has changed.

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)

protected:
void SetPersonalizationDirty ()
protected void SetPersonalizationDirty ()
protected function SetPersonalizationDirty ()
Not applicable.

The SetPersonalizationDirty method sets a flag that ultimately causes the personalization components in the Web Parts control set to save the updated personalization data. For more information on the scenarios that can cause changes to the personalization data tracked by the WebPartManager control, see the System#Web#UI#WebControls#WebParts#IPersonalizable#IsDirty property.

The SetPersonalizationDirty method cannot be called directly from your code, and cannot be overridden, because it is used internally by the Web Parts control set as part of the Web Parts personalization feature.

Notes to Inheritors: The method can be called by a derived WebPartManager class. This would be useful if you want to customize the personalization components of the Web Parts control set, and thus need to control the process of setting flags for personalization data.

Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: