Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

How to create a new webpart page programmatically?

  Asked By: Sydney Mckenzie         Date: Nov 30, 2009      Category: Sharepoint      Views: 816
 

Can we add/create a new web part page, with the template of our
wish, programmatically? I know SPS allows you to do so, throught
admin interface in /_layouts/1033/spcf.aspx page. But can the same
thing be acheived through APIs? If yes, what is the class do I need
to refer?

Tagged:              

 

1 Answer Found

 
Answer #1       Answered By: Cody Hinton          Answered On: Nov 30, 2009       

This can be done using the web  services interface  WebPartPagesWebService or the
OM namespace Microsoft.SharePoint.WebPartPages.WebPartPage.

 
Didn't find what you were looking for? Find more on How to create a new webpart page programmatically? Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].