Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Saves the configuration state set by the user in the ASP.NET configuration control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function SaveConfigurationState As Object
'Usage
Dim returnValue As Object
returnValue = Me.SaveConfigurationState()
protected override Object SaveConfigurationState()
Return Value
Type: System.Object
An object that contains the configuration state.
Remarks
This method saves the configuration data set in the ASP.NET control used to configure a transformer.
See Also
Reference
SPRowToParametersTransformer Class