WebPartTransformer.LoadConfigurationState Method (Object)
.NET Framework (current version)
Loads the configuration state saved with the SaveConfigurationState method.
Assembly: System.Web (in System.Web.dll)
abstract LoadConfigurationState : savedState:Object -> unit override LoadConfigurationState : savedState:Object -> unit
Parameters
- savedState
-
Type:
System.Object
An object containing configuration state saved by using SaveConfigurationState.
Use this method to load the saved configuration state into the ASP.NET control used to configure a transformer.
.NET Framework
Available since 2.0
Available since 2.0
Show: