WebPartDefinition.SaveWebPartChanges Method
Saves changes to the Web Part made using other properties and methods on the WebPartDefinition object.
Namespace: Microsoft.SharePoint.Client.WebParts
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Sub SaveWebPartChanges
'Usage
Dim instance As WebPartDefinition
instance.SaveWebPartChanges()
[RemoteAttribute]
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.