PersonalizationAdministration Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindInactiveUserState | Overloaded. Returns a collection of per-user personalization state information for inactive users, based on the specified parameters. |
| FindSharedState | Overloaded. Returns a collection of shared personalization state information based on the specified parameters. |
| FindUserState | Overloaded. Returns a collection of per-user personalization state information based on the specified parameters. |
| GetAllInactiveUserState | Overloaded. Returns a collection of all per-user personalization state information associated with inactive users. |
| GetAllState | Overloaded. Returns a collection of all personalization state information from the underlying data store for the requested personalization scope and other specified parameters. |
| GetCountOfInactiveUserState | Overloaded. Returns a count of the per-user personalization items in the underlying data store for inactive users. |
| GetCountOfState | Overloaded. Returns a count of the personalization state items in the underlying data store that exist for the specified scope and additional parameters. |
| GetCountOfUserState | Returns a count of the personalization state items in the underlying data store that exist for the specified user. |
| 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) |
| ResetAllState | Resets all personalization data in the underlying data store by deleting all rows associated with the specified scope. |
| ResetInactiveUserState | Overloaded. Resets per-user personalization state information by deleting the associated rows in the underlying data store. |
| ResetSharedState | Overloaded. Resets shared state in the underlying data store for the specified path or paths. |
| ResetState | Resets personalization data in the underlying data store, based on the items contained in the collection. |
| ResetUserState | Overloaded. Resets all per-user state in the underlying data store for the specified parameters. |
| 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) |
Reference
PersonalizationAdministration ClassSystem.Web.UI.WebControls.WebParts Namespace
WebPartPersonalization
Other Resources
ASP.NET Web Parts PagesWeb Parts Personalization Overview
Walkthrough: Implementing Web Parts Personalization with a User Control
Web Parts Personalization
Script Exploits Overview (Visual Studio)
Community Additions
ADD
Show: