This documentation is archived and is not being maintained.
PersonalizationState Members
Visual Studio 2008
Defines the basic functionality that represents the personalization data for a page.
The PersonalizationState type exposes the following members.
| Name | Description | |
|---|---|---|
|
PersonalizationState | Initializes a new instance of the PersonalizationState class. |
| 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. |
| Name | Description | |
|---|---|---|
|
IsDirty | Gets a value that indicates whether any personalization information has changed. |
|
IsEmpty | When overridden, gets a value that indicates whether any personalization state was extracted by a state instance. |
|
WebPartManager | Gets a reference to the WebPartManager control currently associated with the personalization state instance. |
Show: