Find the Site Template ID in SharePoint 2010
Here is a quick tip if you need the Id and name of a site that you just saved as a site template.
To get Name of the existing site template(that you might need if you are creating sites using site template programmatically) follow the below steps :
1. Save a Site as a Template.
2. Go to Site Actions > New Site > Custom.
3. IE Tools > Developer Tools > Find > Select Element By Click > View > Source > DOM (Element) > Highlight and copy the section
test . The one in bold will be your site template name.
To learn how to create a site using a site template programmatically see my post @
Programatically create Site from Site Template Sharepoint 2010
To get Name of the existing site template(that you might need if you are creating sites using site template programmatically) follow the below steps :
1. Save a Site as a Template.
2. Go to Site Actions > New Site > Custom.
3. IE Tools > Developer Tools > Find > Select Element By Click > View > Source > DOM (Element) > Highlight and copy the section
test . The one in bold will be your site template name.
To learn how to create a site using a site template programmatically see my post @
Programatically create Site from Site Template Sharepoint 2010
0 comments:
Post a Comment