BaseXsltListWebPart.EndSave method

Called after customization data has been extracted from the control.

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

Syntax

'Declaration
Public Sub EndSave
'Usage
Dim instance As BaseXsltListWebPart

instance.EndSave()
public void EndSave()

Implements

ITrackingPersonalizable.EndSave()

Remarks

If there is a SPList associated with this instance of the BaseXsltListWebPart, and the values of the Title, Description, and TitleUrl properties of the BaseXsltListWebPart are not set, this method sets these properties to the SPList values.

See also

Reference

BaseXsltListWebPart class

BaseXsltListWebPart members

Microsoft.SharePoint.WebPartPages namespace