Does anyone know how to programmatically update the contents of any of the standard SharePoint v3 web parts?
As an example, we’ll place the Link Summary web part on the page. Add some links to it. Now, how can I update this information using the WSS API? I did not find a direct way to do this, my only idea is to export the web part (then delete it), modify the created XML and import it back. But of course, should there be an easier way?
sharepoint web-parts
Magnus johansson
source share