WebPartTransformer.LoadConfigurationState(Object) Method

Definition

Loads the configuration state saved with the SaveConfigurationState() method.

protected public:
 virtual void LoadConfigurationState(System::Object ^ savedState);
protected internal virtual void LoadConfigurationState (object savedState);
abstract member LoadConfigurationState : obj -> unit
override this.LoadConfigurationState : obj -> unit
Protected Friend Overridable Sub LoadConfigurationState (savedState As Object)

Parameters

savedState
Object

An object containing configuration state saved by using SaveConfigurationState().

Remarks

Use this method to load the saved configuration state into the ASP.NET control used to configure a transformer.

Applies to