This documentation is archived and is not being maintained.

WebPartPersonalization Methods

The WebPartPersonalization type exposes the following members.

  NameDescription
Protected method ApplyPersonalizationState() Applies personalization data to the parent WebPartManager control.
Protected method ApplyPersonalizationState(WebPart) Applies personalization data to the specified WebPart control when requested to do so by the parent WebPartManager control.
Protected method ChangeScope Changes the current page's PersonalizationScope instance to the scope specified.
Protected method CopyPersonalizationState Extracts the personalization state from one Web Parts control and applies it to a second Web Parts control.
Public method EnsureEnabled Ensures that the WebPartPersonalization instance has completed initialization or that the current user has rights to modify personalization state.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method ExtractPersonalizationState() Extracts personalization data from the parent WebPartManager control.
Protected method ExtractPersonalizationState(WebPart) Extracts personalization data from a Web Parts control when requested to do so by the parent WebPartManager control.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetAuthorizationFilter Retrieves the authorization filter, if any, associated with the specified Web Parts control.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Load Initializes personalization.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ResetPersonalizationState Resets personalization data for the current page, scope, and user in the underlying data store.
Protected method Save Saves personalization data for the current page, scope, and user to the underlying data store.
Protected method SetDirty() Marks the parent WebPartManager control as having personalization data that has changed (is "dirty").
Protected method SetDirty(WebPart) Marks the specified Web Parts control as having personalization data that has changed (is "dirty").
Public method ToggleScope Switches the current page's personalization scope from User to Shared or from Shared to User.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: