WebPartManagerInternals.LoadConfigurationState Method

Definition

Loads previously saved state data for a WebPartTransformer object that participates in a connection between controls.

public:
 void LoadConfigurationState(System::Web::UI::WebControls::WebParts::WebPartTransformer ^ transformer, System::Object ^ savedState);
public void LoadConfigurationState (System.Web.UI.WebControls.WebParts.WebPartTransformer transformer, object savedState);
member this.LoadConfigurationState : System.Web.UI.WebControls.WebParts.WebPartTransformer * obj -> unit
Public Sub LoadConfigurationState (transformer As WebPartTransformer, savedState As Object)

Parameters

transformer
WebPartTransformer

A WebPartTransformer that is used to connect controls.

savedState
Object

An Object that contains the previously saved state data.

Applies to