WebPartPersonalization(WebPartManager) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.