WebPartDefinition.SaveWebPartChanges method
Saves changes to the Web Part made using other properties and methods on the WebPartDefinition object.
Namespace: Microsoft.SharePoint.Client.WebParts
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub SaveWebPartChanges
'Usage
Dim instance As WebPartDefinition
instance.SaveWebPartChanges()
public void SaveWebPartChanges()
Remarks
If the current user does not have permissions to modify the Web Part, the server must ignore the call to this method.