WebPartTransformer.LoadConfigurationState(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.