SPRowToParametersTransformer.LoadConfigurationState Method
Loads the configuration state saved by the SaveConfigurationState() method.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub LoadConfigurationState ( _
savedState As Object _
)
'Usage
Dim savedState As Object
Me.LoadConfigurationState(savedState)
protected override void LoadConfigurationState(
Object savedState
)
Parameters
savedState
Type: System.ObjectAn object that contains the configuration state saved by the SaveConfigurationState() method.
Remarks
This method loads the fields that are configured and saved by the SaveConfigurationState() method for the provider and consumer in the Web Parts connection.
See Also
Reference
SPRowToParametersTransformer Class