WebPartManagerInternals.LoadConfigurationState Method (WebPartTransformer, Object)

 

Loads previously saved 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 void LoadConfigurationState(
	WebPartTransformer transformer,
	object savedState
)

Parameters

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

A WebPartTransformer that is used to connect controls.

savedState
Type: System.Object

An Object that contains the previously saved state data.

.NET Framework
Available since 2.0
Return to top
Show: