WebPartPersonalization::IsModifiable Property
.NET Framework (current version)
Gets a value that indicates whether the current user is authorized to modify state information.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the user is authorized to modify state information; otherwise, false.
The first time this property is called, it caches the result of determining the user’s right to modify personalization state. If the UserCapabilities dictionary is modified after the first time this property is called, changes are not reflected in subsequent calls to this property.
The following code demonstrates using the IsModifiable property. This code is part of a larger code sample found in the WebPartPersonalization class description.
.NET Framework
Available since 2.0
Available since 2.0
Show: