PersonalizationState::ApplyWebPartPersonalization Method (WebPart^)

 

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

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

public:
virtual void ApplyWebPartPersonalization(
	WebPart^ webPart
) abstract

Parameters

webPart
Type: System.Web.UI.WebControls.WebParts::WebPart^

The Web Parts control to which personalization data is applied.

This is the abstract definition of the method used to apply personalization data to a Web Parts control.

.NET Framework
Available since 2.0
Return to top
Show: