WebPartManager::SetPersonalizationDirty Method
Sets a flag indicating that custom personalization data for the WebPartManager control has changed.
Assembly: System.Web (in System.Web.dll)
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 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 InheritorsThe 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 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.