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 state of the SPUserCodeWebPart.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function SaveControlState As Object
'Usage
Dim returnValue As Object
returnValue = Me.SaveControlState()
protected override Object SaveControlState()
Return Value
Type: System.Object
The current state of the SPUserCodeWebPart.
Remarks
This override saves the state of the SPUserCodeWebPart when the page is posted back to the server.