WebPartManagerInternals::SaveConfigurationState Method (WebPartTransformer^)

 

Saves state data for a WebPartTransformer object that participates in a connection between controls.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
Object^ SaveConfigurationState(
	WebPartTransformer^ transformer
)

Parameters

transformer
Type: System.Web.UI.WebControls.WebParts::WebPartTransformer^

A WebPartTransformer that is used to connect controls.

Return Value

Type: System::Object^

An Object that contains the saved state data.

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.

.NET Framework
Available since 2.0
Return to top
Show: