WebPartPersonalization Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ApplyPersonalizationState() | Applies personalization data to the parent WebPartManager control. |
![]() | ApplyPersonalizationState(WebPart^) | Applies personalization data to the specified WebPart control when requested to do so by the parent WebPartManager control. |
![]() | ChangeScope(PersonalizationScope) | Changes the current page's PersonalizationScope instance to the scope specified. |
![]() | CopyPersonalizationState(WebPart^, WebPart^) | Extracts the personalization state from one Web Parts control and applies it to a second Web Parts control. |
![]() | EnsureEnabled(Boolean) | Ensures that the WebPartPersonalization instance has completed initialization or that the current user has rights to modify personalization state. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | ExtractPersonalizationState() | Extracts personalization data from the parent WebPartManager control. |
![]() | ExtractPersonalizationState(WebPart^) | Extracts personalization data from a Web Parts control when requested to do so by the parent WebPartManager control. |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetAuthorizationFilter(String^) | Retrieves the authorization filter, if any, associated with the specified Web Parts control. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Load() | Initializes personalization. |
![]() | MemberwiseClone() | |
![]() | ResetPersonalizationState() | Resets personalization data for the current page, scope, and user in the underlying data store. |
![]() | Save() | Saves personalization data for the current page, scope, and user to the underlying data store. |
![]() | SetDirty() | Marks the parent WebPartManager control as having personalization data that has changed (is "dirty"). |
![]() | SetDirty(WebPart^) | Marks the specified Web Parts control as having personalization data that has changed (is "dirty"). |
![]() | ToggleScope() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

