In my SharePoint 2007 project I have to use 3 site templates. Using these templates I create new sites programmatically. I also want to create the templates programmatically.

  1. Is that possible?
    If yes, I guess I have to use a SPSite object for creation.

  2. What should I do exactly?

link|improve this question

75% accept rate
I posted an answer but I'm not sure if I understood your question correctly. – Marek Grzenkowicz Nov 16 '11 at 11:15
feedback

1 Answer

You can use the SPWeb.SaveAsTemplate method to save a SharePoint site as a site template solution in the Site Template Gallery.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.