PersonalizationState.ExtractWebPartPersonalization(WebPart) 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.
When overridden, extracts personalization data from the specified Web Parts control.
public:
abstract void ExtractWebPartPersonalization(System::Web::UI::WebControls::WebParts::WebPart ^ webPart);
public abstract void ExtractWebPartPersonalization (System.Web.UI.WebControls.WebParts.WebPart webPart);
abstract member ExtractWebPartPersonalization : System.Web.UI.WebControls.WebParts.WebPart -> unit
Public MustOverride Sub ExtractWebPartPersonalization (webPart As WebPart)
Parameters
- webPart
- WebPart
The Web Parts control from which personalization data is extracted.
Remarks
This is the abstract definition of the method used to extract personalization data from a Web Parts control.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.