Skip to main content
deleted 60 characters in body
Source Link
Mike
  • 12.2k
  • 8
  • 43
  • 64

My knowledge of the Client Object model is fairly limited, although I have been able to remove and move existing web-parts on a particular page. But I'm now struggling to find and then add a custom web part programmatically using the SharePoint Client Object Model.

The web-part I'm trying to find resides in the Miscellaneous category. I know this by clicking "Page"-->"Edit Page"-->then clicking "Add a Web Part" in one of the zones. Two list boxes appear on the page: one with a heading Categories and another with a heading Web Parts.

So I'm trying to get a web-part in a category named "Miscellaneous" and then I would like to add it to the right hand side of the default.aspx of my sharepoint site.

Any help with this would be appreciated.

Regards Paul

My knowledge of the Client Object model is fairly limited, although I have been able to remove and move existing web-parts on a particular page. But I'm now struggling to find and then add a custom web part programmatically using the SharePoint Client Object Model.

The web-part I'm trying to find resides in the Miscellaneous category. I know this by clicking "Page"-->"Edit Page"-->then clicking "Add a Web Part" in one of the zones. Two list boxes appear on the page: one with a heading Categories and another with a heading Web Parts.

So I'm trying to get a web-part in a category named "Miscellaneous" and then I would like to add it to the right hand side of the default.aspx of my sharepoint site.

Any help with this would be appreciated.

Regards Paul

My knowledge of the Client Object model is fairly limited, although I have been able to remove and move existing web-parts on a particular page. But I'm now struggling to find and then add a custom web part programmatically using the SharePoint Client Object Model.

The web-part I'm trying to find resides in the Miscellaneous category. I know this by clicking "Page"-->"Edit Page"-->then clicking "Add a Web Part" in one of the zones. Two list boxes appear on the page: one with a heading Categories and another with a heading Web Parts.

So I'm trying to get a web-part in a category named "Miscellaneous" and then I would like to add it to the right hand side of the default.aspx of my sharepoint site.

Source Link
Paul
  • 177
  • 1
  • 4

Add an existing WebPart Using the Sharepoint client object Model

My knowledge of the Client Object model is fairly limited, although I have been able to remove and move existing web-parts on a particular page. But I'm now struggling to find and then add a custom web part programmatically using the SharePoint Client Object Model.

The web-part I'm trying to find resides in the Miscellaneous category. I know this by clicking "Page"-->"Edit Page"-->then clicking "Add a Web Part" in one of the zones. Two list boxes appear on the page: one with a heading Categories and another with a heading Web Parts.

So I'm trying to get a web-part in a category named "Miscellaneous" and then I would like to add it to the right hand side of the default.aspx of my sharepoint site.

Any help with this would be appreciated.

Regards Paul