WebPartPersonalization::ExtractPersonalizationState Method ()
Extracts personalization data from the parent WebPartManager control.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | An attempt was made to extract personalization state prior to the state being loaded from the underlying data store. - or - Personalization state has not been applied yet. - or - The ID of the WebPartManager has changed since personalization data was applied. - or - The personalization state returned from the data store was null. |
If the IsEnabled property is set to true, and personalization state is not being reset during the page request (such as when the ShouldResetPersonalizationState property is false), then this method extracts personalization data from the parent WebPartManager control during its SaveStateComplete event.
This method calls the ExtractWebPartManagerPersonalization method on the PersonalizationState instance to extract personalization state from the parent WebPartManager control.
Available since 2.0