PersonalizationAdministration Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | FindInactiveUserState(String^, String^, DateTime) | Returns a collection of per-user personalization state information for inactive users, based on the specified parameters. |
![]() ![]() | FindInactiveUserState(String^, String^, DateTime, Int32, Int32, Int32%) | Returns a collection of per-user personalization state information for inactive users, based on the specified parameters. |
![]() ![]() | FindSharedState(String^) | Returns a collection of shared personalization state information based on the specified path. |
![]() ![]() | FindSharedState(String^, Int32, Int32, Int32%) | Returns a collection of shared personalization state information based on the specified parameters. |
![]() ![]() | FindUserState(String^, String^) | Returns a collection of per-user personalization state information based on the user name and page path. |
![]() ![]() | FindUserState(String^, String^, Int32, Int32, Int32%) | Returns a collection of per-user personalization state information based on the specified parameters. |
![]() ![]() | GetAllInactiveUserState(DateTime) | Returns a collection of all per-user personalization state information associated with inactive users, based on the specified date. |
![]() ![]() | GetAllInactiveUserState(DateTime, Int32, Int32, Int32%) | Returns a subset of all per-user personalization state information associated with inactive users, based on the specified parameters. |
![]() ![]() | GetAllState(PersonalizationScope) | Returns a collection of all personalization state information from the underlying data store for the requested personalization scope. |
![]() ![]() | GetAllState(PersonalizationScope, Int32, Int32, Int32%) | Returns a subset of all personalization state information from the underlying data store, based on the specified parameters. |
![]() ![]() | GetCountOfInactiveUserState(DateTime) | Returns a count of the per-user personalization items in the underlying data store for inactive users, based on the parameter specified. |
![]() ![]() | GetCountOfInactiveUserState(String^, DateTime) | Returns a count of the per-user personalization items in the underlying data store for inactive users, based on the specified parameters. |
![]() ![]() | GetCountOfState(PersonalizationScope) | Returns a count of the personalization state items in the underlying data store that exist for the specified scope. |
![]() ![]() | GetCountOfState(PersonalizationScope, String^) | Returns a count of the personalization state items in the underlying data store that exist for the specified parameters. |
![]() ![]() | GetCountOfUserState(String^) | Returns a count of the personalization state items in the underlying data store that exist for the specified user. |
![]() ![]() | ResetAllState(PersonalizationScope) | Resets all personalization data in the underlying data store by deleting all rows associated with the specified scope. |
![]() ![]() | ResetInactiveUserState(DateTime) | Resets all per-user personalization state information in the underlying data store, based on the specified parameter. |
![]() ![]() | ResetInactiveUserState(String^, DateTime) | Resets all per-user state information in the underlying data store for inactive users, based on the specified parameters. |
![]() ![]() | ResetSharedState(String^) | Resets shared state in the underlying data store for the specified path. |
![]() ![]() | ResetSharedState(array<String^>^) | Resets shared state in the underlying data store for the specified paths. |
![]() ![]() | ResetState(PersonalizationStateInfoCollection^) | Resets personalization data in the underlying data store, based on the items contained in the collection. |
![]() ![]() | ResetUserState(String^) | Resets all per-user state in the underlying data store for the specified path. |
![]() ![]() | ResetUserState(String^, String^) | Resets per-user state in the underlying data store for the specified combination of user name and path. |
![]() ![]() | ResetUserState(String^, array<String^>^) | Resets per-user state in the underlying data store for the page and users specified. |
![]() ![]() | ResetUserState(array<String^>^) | Resets all per-user state in the underlying data store for the specified paths. |

