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.
Represents the phase after extracting personalization data from a control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub EndSave
'Usage
Dim instance As ClientApplicationWebPartBase
instance.EndSave()
public void EndSave()
Implements
ITrackingPersonalizable.EndSave()
Remarks
This implementation of the EndSave() method does nothing.
See Also
Reference
ClientApplicationWebPartBase Class