WebPartPersonalization(WebPartManager) Constructor

Definition

Initializes a new instance of the WebPartPersonalization class.

public:
 WebPartPersonalization(System::Web::UI::WebControls::WebParts::WebPartManager ^ owner);
public WebPartPersonalization (System.Web.UI.WebControls.WebParts.WebPartManager owner);
new System.Web.UI.WebControls.WebParts.WebPartPersonalization : System.Web.UI.WebControls.WebParts.WebPartManager -> System.Web.UI.WebControls.WebParts.WebPartPersonalization
Public Sub New (owner As WebPartManager)

Parameters

owner
WebPartManager

The WebPartManager used to manage the personalization information.

Exceptions

owner is null.

Remarks

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.

Applies to

See also