PersonalizationAdministration Methods

 

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticFindInactiveUserState(String, String, DateTime)

Returns a collection of per-user personalization state information for inactive users, based on the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticFindInactiveUserState(String, String, DateTime, Int32, Int32, Int32)

Returns a collection of per-user personalization state information for inactive users, based on the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticFindSharedState(String)

Returns a collection of shared personalization state information based on the specified path.

System_CAPS_pubmethodSystem_CAPS_staticFindSharedState(String, Int32, Int32, Int32)

Returns a collection of shared personalization state information based on the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticFindUserState(String, String)

Returns a collection of per-user personalization state information based on the user name and page path.

System_CAPS_pubmethodSystem_CAPS_staticFindUserState(String, String, Int32, Int32, Int32)

Returns a collection of per-user personalization state information based on the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticGetAllInactiveUserState(DateTime)

Returns a collection of all per-user personalization state information associated with inactive users, based on the specified date.

System_CAPS_pubmethodSystem_CAPS_staticGetAllInactiveUserState(DateTime, Int32, Int32, Int32)

Returns a subset of all per-user personalization state information associated with inactive users, based on the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticGetAllState(PersonalizationScope)

Returns a collection of all personalization state information from the underlying data store for the requested personalization scope.

System_CAPS_pubmethodSystem_CAPS_staticGetAllState(PersonalizationScope, Int32, Int32, Int32)

Returns a subset of all personalization state information from the underlying data store, based on the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticGetCountOfInactiveUserState(DateTime)

Returns a count of the per-user personalization items in the underlying data store for inactive users, based on the parameter specified.

System_CAPS_pubmethodSystem_CAPS_staticGetCountOfInactiveUserState(String, DateTime)

Returns a count of the per-user personalization items in the underlying data store for inactive users, based on the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticGetCountOfState(PersonalizationScope)

Returns a count of the personalization state items in the underlying data store that exist for the specified scope.

System_CAPS_pubmethodSystem_CAPS_staticGetCountOfState(PersonalizationScope, String)

Returns a count of the personalization state items in the underlying data store that exist for the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticGetCountOfUserState(String)

Returns a count of the personalization state items in the underlying data store that exist for the specified user.

System_CAPS_pubmethodSystem_CAPS_staticResetAllState(PersonalizationScope)

Resets all personalization data in the underlying data store by deleting all rows associated with the specified scope.

System_CAPS_pubmethodSystem_CAPS_staticResetInactiveUserState(DateTime)

Resets all per-user personalization state information in the underlying data store, based on the specified parameter.

System_CAPS_pubmethodSystem_CAPS_staticResetInactiveUserState(String, DateTime)

Resets all per-user state information in the underlying data store for inactive users, based on the specified parameters.

System_CAPS_pubmethodSystem_CAPS_staticResetSharedState(String)

Resets shared state in the underlying data store for the specified path.

System_CAPS_pubmethodSystem_CAPS_staticResetSharedState(String[])

Resets shared state in the underlying data store for the specified paths.

System_CAPS_pubmethodSystem_CAPS_staticResetState(PersonalizationStateInfoCollection)

Resets personalization data in the underlying data store, based on the items contained in the collection.

System_CAPS_pubmethodSystem_CAPS_staticResetUserState(String)

Resets all per-user state in the underlying data store for the specified path.

System_CAPS_pubmethodSystem_CAPS_staticResetUserState(String, String)

Resets per-user state in the underlying data store for the specified combination of user name and path.

System_CAPS_pubmethodSystem_CAPS_staticResetUserState(String, String[])

Resets per-user state in the underlying data store for the page and users specified.

System_CAPS_pubmethodSystem_CAPS_staticResetUserState(String[])

Resets all per-user state in the underlying data store for the specified paths.

Return to top
Show: