PersonalizationState Constructor (WebPartManager^)
.NET Framework (current version)
Initializes a new instance of the PersonalizationState class.
Assembly: System.Web (in System.Web.dll)
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
Available since 2.0
Show: