WebPartManager.CreatePersonalization Method
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.
Returns a personalization object to contain a user's personalization data for the current Web page.
protected:
virtual System::Web::UI::WebControls::WebParts::WebPartPersonalization ^ CreatePersonalization();
protected virtual System.Web.UI.WebControls.WebParts.WebPartPersonalization CreatePersonalization ();
abstract member CreatePersonalization : unit -> System.Web.UI.WebControls.WebParts.WebPartPersonalization
override this.CreatePersonalization : unit -> System.Web.UI.WebControls.WebParts.WebPartPersonalization
Protected Overridable Function CreatePersonalization () As WebPartPersonalization
Returns
A WebPartPersonalization to contain a user's personalization data.
Remarks
The CreatePersonalization method returns an object to contain and manage the user's personalization settings for the current page. The WebPartManager control manages this object.
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.