PersonalizationProvider Members

The following tables list the members exposed by the PersonalizationProvider type.

  Name Description
Protected method PersonalizationProvider Initializes a new instance of the PersonalizationProvider class.
Top

  Name Description
Public property ApplicationName When overridden in a derived class, gets or sets the name of the application configured for the provider.
Public property Description  Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).(inherited from ProviderBase)
Public property Name  Gets the friendly name used to refer to the provider during configuration.(inherited from ProviderBase)
Top

(see also Protected Methods )
  Name Description
Public method DetermineInitialScope Determines whether the initial personalization scope should be Shared or User scope.
Public method DetermineUserCapabilities Returns a dictionary containing WebPartUserCapability instances that represent the personalization-related capabilities of the currently executing user account.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method FindState When overridden in a derived class, returns a collection containing zero or more PersonalizationStateInfo-derived objects based on scope and specific query parameters.
Public method GetCountOfState When overridden in a derived class, returns the number of rows in the underlying data store that exist within the specified scope.
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Initialize  Initializes the provider. (inherited from ProviderBase)
Public method LoadPersonalizationState Loads the raw data from the underlying data store and converts that data into a PersonalizationState object.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ResetPersonalizationState Resets personalization data to the underlying data store.
Public method ResetState When overridden in a derived class, deletes personalization state from the underlying data store based on the specified parameters.
Public method ResetUserState When overridden in a derived class, deletes Web Parts personalization data from the underlying data store based on the specified parameters.
Public method SavePersonalizationState Saves personalization data to a data store.
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method CreateSupportedUserCapabilities Returns a list of WebPartUserCapability objects that represent the set of known capabilities used by the Web Parts control set.
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method LoadPersonalizationBlobs When overridden in a derived class, loads raw personalization data from the underlying data store.
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Protected method ResetPersonalizationBlob When overridden in a derived class, deletes raw personalization data from the underlying data store.
Protected method SavePersonalizationBlob When overridden in a derived class, saves raw personalization data to the underlying data store.
Top

Community Additions

ADD
Show: