This documentation is archived and is not being maintained.

PersonalizationState Members

Defines the basic functionality that represents the personalization data for a page.

The PersonalizationState type exposes the following members.

  NameDescription
Protected method PersonalizationState Initializes a new instance of the PersonalizationState class.
Top

  NameDescription
Public method ApplyWebPartManagerPersonalization When overridden, applies personalization data to the WebPartManager control associated with the personalization state instance.
Public method ApplyWebPartPersonalization When overridden, applies personalization data to the specified Web Parts control.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method ExtractWebPartManagerPersonalization When overridden, extracts personalization information from the WebPartManager control associated with the current personalization state.
Public method ExtractWebPartPersonalization When overridden, extracts personalization data from the specified Web Parts control.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAuthorizationFilter Retrieves the authorization filter for the specified Web Parts control.
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.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SetDirty Marks the current personalization state as having changed.
Public method SetWebPartDirty When overridden, marks a Web Parts control as having changed.
Public method SetWebPartManagerDirty When overridden, marks the associated WebPartManager control as having changed.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Protected method ValidateWebPart Verifies that the specified Web Parts control is valid.
Top

  NameDescription
Public property IsDirty Gets a value that indicates whether any personalization information has changed.
Public property IsEmpty When overridden, gets a value that indicates whether any personalization state was extracted by a state instance.
Public property WebPartManager Gets a reference to the WebPartManager control currently associated with the personalization state instance.
Top
Show: