PersonalizationProvider Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CreateSupportedUserCapabilities() | Returns a list of WebPartUserCapability objects that represent the set of known capabilities used by the Web Parts control set. |
![]() | DetermineInitialScope(WebPartManager^, PersonalizationState^) | |
![]() | DetermineUserCapabilities(WebPartManager^) | Returns a dictionary containing WebPartUserCapability instances that represent the personalization-related capabilities of the currently executing user account. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | FindState(PersonalizationScope, PersonalizationStateQuery^, Int32, Int32, Int32%) | When overridden in a derived class, returns a collection containing zero or more PersonalizationStateInfo-derived objects based on scope and specific query parameters. |
![]() | GetCountOfState(PersonalizationScope, PersonalizationStateQuery^) | When overridden in a derived class, returns the number of rows in the underlying data store that exist within the specified scope. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Initialize(String^, NameValueCollection^) | Initializes the provider.(Inherited from ProviderBase.) |
![]() | LoadPersonalizationBlobs(WebPartManager^, String^, String^, array<Byte>^%, array<Byte>^%) | When overridden in a derived class, loads raw personalization data from the underlying data store. |
![]() | LoadPersonalizationState(WebPartManager^, Boolean) | Loads the raw data from the underlying data store and converts that data into a PersonalizationState object. |
![]() | MemberwiseClone() | |
![]() | ResetPersonalizationBlob(WebPartManager^, String^, String^) | When overridden in a derived class, deletes raw personalization data from the underlying data store. |
![]() | ResetPersonalizationState(WebPartManager^) | Resets personalization data to the underlying data store. |
![]() | ResetState(PersonalizationScope, array<String^>^, array<String^>^) | When overridden in a derived class, deletes personalization state from the underlying data store based on the specified parameters. |
![]() | ResetUserState(String^, DateTime) | When overridden in a derived class, deletes Web Parts personalization data from the underlying data store based on the specified parameters. |
![]() | SavePersonalizationBlob(WebPartManager^, String^, String^, array<Byte>^) | When overridden in a derived class, saves raw personalization data to the underlying data store. |
![]() | SavePersonalizationState(PersonalizationState^) | Saves personalization data to a data store. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

