WebPartManagerInternals.LoadConfigurationState 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 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.
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.