Skip to main content
replaced http://sharepoint.stackexchange.com/ with https://sharepoint.stackexchange.com/
Source Link

Here are the steps you should execute

  1. Get the XML for webpart
  2. Load Limited Webpart Manager object
  3. Add web part.

You can find details on https://msdn.microsoft.com/en-us/library/office/hh185010(v=office.14).aspx#sectionSection1

Add an existing WebPart Using the Sharepoint client object Model

Here are the steps you should execute

  1. Get the XML for webpart
  2. Load Limited Webpart Manager object
  3. Add web part.

You can find details on https://msdn.microsoft.com/en-us/library/office/hh185010(v=office.14).aspx#sectionSection1

Add an existing WebPart Using the Sharepoint client object Model

Source Link
Amal Hashim
  • 28.4k
  • 5
  • 33
  • 61

Here are the steps you should execute

  1. Get the XML for webpart
  2. Load Limited Webpart Manager object
  3. Add web part.

You can find details on https://msdn.microsoft.com/en-us/library/office/hh185010(v=office.14).aspx#sectionSection1

Add an existing WebPart Using the Sharepoint client object Model