PersonalizationState Methods

 

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

NameDescription
System_CAPS_pubmethodApplyWebPartManagerPersonalization()

When overridden, applies personalization data to the WebPartManager control associated with the personalization state instance.

System_CAPS_pubmethodApplyWebPartPersonalization(WebPart^)

When overridden, applies personalization data to the specified Web Parts control.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodExtractWebPartManagerPersonalization()

When overridden, extracts personalization information from the WebPartManager control associated with the current personalization state.

System_CAPS_pubmethodExtractWebPartPersonalization(WebPart^)

When overridden, extracts personalization data from the specified Web Parts control.

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetAuthorizationFilter(String^)

Retrieves the authorization filter for the specified Web Parts control.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodSetDirty()

Marks the current personalization state as having changed.

System_CAPS_pubmethodSetWebPartDirty(WebPart^)

When overridden, marks a Web Parts control as having changed.

System_CAPS_pubmethodSetWebPartManagerDirty()

When overridden, marks the associated WebPartManager control as having changed.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_protmethodValidateWebPart(WebPart^)

Verifies that the specified Web Parts control is valid.

Return to top
Show: