WebPartPersonalization::SetDirty Method
Marks the parent WebPartManager control as having personalization data that has changed (is "dirty").
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | No personalization data has been loaded. |
If the IsEnabled property is set to true, this method marks the parent WebPartManager control as "dirty". Depending on the implementation details of the WebPartManager control's instance of WebPartPersonalization, this method might invoke security checks and code access security permission checks. Internally, this method calls the SetWebPartManagerDirty method.
Note that the WebPartManager control tracks "dirty" state internally and exposes the "dirtiness" of the manager through the IsDirty property rather than through this method.
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.