This documentation is archived and is not being maintained.
PersonalizationAdministration Members
Visual Studio 2008
Implements management and administrative functionality for Web Parts personalization. This class cannot be inherited.
The PersonalizationAdministration type exposes the following members.
| Name | Description | |
|---|---|---|
|
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. |
|
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. |
| Name | Description | |
|---|---|---|
|
ApplicationName | Gets or sets the name of the application specified by the provider. |
|
Provider | Returns an instance of the default personalization provider. |
|
Providers | Returns a collection of personalization providers indexed by name. |
Show: