This documentation is archived and is not being maintained.
PersonalizationState Methods
Visual Studio 2008
The PersonalizationState type exposes the following members.
| Name | Description | |
|---|---|---|
|
ApplyWebPartManagerPersonalization | When overridden, applies personalization data to the WebPartManager control associated with the personalization state instance. |
|
ApplyWebPartPersonalization | When overridden, applies personalization data to the specified Web Parts control. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
ExtractWebPartManagerPersonalization | When overridden, extracts personalization information from the WebPartManager control associated with the current personalization state. |
|
ExtractWebPartPersonalization | When overridden, extracts personalization data from the specified Web Parts 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 for 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.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetDirty | Marks the current personalization state as having changed. |
|
SetWebPartDirty | When overridden, marks a Web Parts control as having changed. |
|
SetWebPartManagerDirty | When overridden, marks the associated WebPartManager control as having changed. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
ValidateWebPart | Verifies that the specified Web Parts control is valid. |
Show: