WebPartPersonalization Constructor (WebPartManager^)

 

Initializes a new instance of the WebPartPersonalization class.

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

public:
WebPartPersonalization(
	WebPartManager^ owner
)

Parameters

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

The WebPartManager used to manage the personalization information

Exception Condition
ArgumentNullException

owner is null.

This constructor initializes an instance of this class and associates it with the WebPartManager control on whose behalf the WebPartPersonalization instance will carry out personalization operations.

.NET Framework
Available since 2.0
Return to top
Show: