PersonalizationState Constructor (WebPartManager^)

 

Initializes a new instance of the PersonalizationState class.

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

protected:
PersonalizationState(
	WebPartManager^ webPartManager
)

Parameters

webPartManager
Type: System.Web.UI.WebControls.WebParts::WebPartManager^

A WebPartManager that manages Web Parts controls that have personalization data.

Exception Condition
ArgumentNullException

The webPartManager parameter is null.

The object created by this constructor manages the state for Web Parts controls that are managed by the specified WebPartManager control.

Notes to Implementers:

Derived classes should always call the base class constructor from the derived constructor.

.NET Framework
Available since 2.0
Return to top
Show: