WebPartManagerInternals.SaveConfigurationState(WebPartTransformer) 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.
Saves state data for a WebPartTransformer object that participates in a connection between controls.
public:
System::Object ^ SaveConfigurationState(System::Web::UI::WebControls::WebParts::WebPartTransformer ^ transformer);
public object SaveConfigurationState (System.Web.UI.WebControls.WebParts.WebPartTransformer transformer);
member this.SaveConfigurationState : System.Web.UI.WebControls.WebParts.WebPartTransformer -> obj
Public Function SaveConfigurationState (transformer As WebPartTransformer) As Object
Parameters
- transformer
- WebPartTransformer
A WebPartTransformer that is used to connect controls.
Returns
An Object that contains the saved state data.
Remarks
The SaveConfigurationState method saves configuration data that is created when a user configures a WebPartTransformer control on a Web page as part of a connection between controls. This configuration data is then reloaded each time the WebPartTransformer control is rendered, by using the LoadConfigurationState method.