BaseXsltListWebPart.BeginSave method

Called prior to extracting customization data from the control.

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

Syntax

'Declaration
Public Sub BeginSave
'Usage
Dim instance As BaseXsltListWebPart

instance.BeginSave()
public void BeginSave()

Implements

ITrackingPersonalizable.BeginSave()

Remarks

If there is a SPList associated with this instance of the BaseXsltListWebPart, and the values of the Title, Description, and TitleUrl properties of both objects are the same, this method clears the values for these properties.

See also

Reference

BaseXsltListWebPart class

BaseXsltListWebPart members

Microsoft.SharePoint.WebPartPages namespace