Share via


SPRowToParametersTransformer.LoadConfigurationState method

Loads the configuration state saved by the SaveConfigurationState() method.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Sub LoadConfigurationState ( _
    savedState As Object _
)
'Usage
Dim savedState As Object

Me.LoadConfigurationState(savedState)
protected override void LoadConfigurationState(
    Object savedState
)

Parameters

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

SPRowToParametersTransformer members

Microsoft.SharePoint.WebPartPages namespace