This documentation is archived and is not being maintained.

PersonalizationAdministration Methods

The PersonalizationAdministration type exposes the following members.

  NameDescription
Public method Static member FindInactiveUserState Overloaded. Returns a collection of per-user personalization state information for inactive users, based on the specified parameters.
Public method Static member FindSharedState Overloaded. Returns a collection of shared personalization state information based on the specified parameters.
Public method Static member FindUserState Overloaded. Returns a collection of per-user personalization state information based on the specified parameters.
Public method Static member GetAllInactiveUserState Overloaded. Returns a collection of all per-user personalization state information associated with inactive users.
Public method Static member GetAllState Overloaded. Returns a collection of all personalization state information from the underlying data store for the requested personalization scope and other specified parameters.
Public method Static member GetCountOfInactiveUserState Overloaded. Returns a count of the per-user personalization items in the underlying data store for inactive users.
Public method Static member GetCountOfState Overloaded. Returns a count of the personalization state items in the underlying data store that exist for the specified scope and additional parameters.
Public method Static member GetCountOfUserState Returns a count of the personalization state items in the underlying data store that exist for the specified user.
Public method Static member ResetAllState Resets all personalization data in the underlying data store by deleting all rows associated with the specified scope.
Public method Static member ResetInactiveUserState Overloaded. Resets per-user personalization state information by deleting the associated rows in the underlying data store.
Public method Static member ResetSharedState Overloaded. Resets shared state in the underlying data store for the specified path or paths.
Public method Static member ResetState Resets personalization data in the underlying data store, based on the items contained in the collection.
Public method Static member ResetUserState Overloaded. Resets all per-user state in the underlying data store for the specified parameters.
Top
Show: