PersonalizationState Members
.NET Framework 3.0
The following tables list the members exposed by the PersonalizationState type.
| Name | Description | |
|---|---|---|
| PersonalizationState | Initializes a new instance of the PersonalizationState class. |
| 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. |
(see also
Protected Methods
)
Top
| 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 | Overloaded. Determines whether two Object instances are equal. (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. |
| 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) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| 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) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| SetDirty | Marks the current personalization state as having changed. |
| ValidateWebPart | Verifies that the specified Web Parts control is valid. |
Community Additions
ADD
Show: