Sometime when we open any SharePoint sites we are curious to know and see which site template is being used to create SharePoint sites. without writing any custom code we can quickly see the site template name by appending /_vti_bin/owssvr.dll?Cmd=GetProjSchema at the end of SharePoint site URL.
It will return XML file which we can download and check the site template name from schema file.
some more owssvr tricks : http://sharepointglobe.wordpress.com/2010/12/13/owssvr-dll-tricks/ :)
some more owssvr tricks : http://sharepointglobe.wordpress.com/2010/12/13/owssvr-dll-tricks/ :)
No comments:
Post a Comment