This documentation is archived and is not being maintained.
WebPartPersonalization Methods
Visual Studio 2008
The WebPartPersonalization type exposes the following members.
| Name | Description | |
|---|---|---|
|
ApplyPersonalizationState | Overloaded. Applies personalization data to either a WebPartManager control associated with the WebPartPersonalization instance, or to a specific WebPart instance. |
|
ChangeScope | Changes the current page's PersonalizationScope instance to the scope specified. |
|
CopyPersonalizationState | Extracts the personalization state from one Web Parts control and applies it to a second Web Parts control. |
|
EnsureEnabled | Ensures that the WebPartPersonalization instance has completed initialization or that the current user has rights to modify personalization state. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
ExtractPersonalizationState | Overloaded. Extracts personalization data from 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 | Retrieves the authorization filter, if any, associated with the specified Web Parts control. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
Load | Initializes personalization. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
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 | Overloaded. Marks the parent WebPartManager control as having personalization data that has changed (is "dirty"). |
|
ToggleScope | Switches the current page's personalization scope from User to Shared or from Shared to User. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: