Joao Livio { MIX ~ UP on USA}

Get a Web Template from Office 365

 private static SPWebTemplate GetTemplate(SPWeb web, string templateTitle)
       
{
           
SPWebTemplateCollection webTemplates = web.GetAvailableWebTemplates(1033, true);
           
SPWebTemplate webTemplate = (from SPWebTemplate t
                                        
in webTemplates
                                        
where t.Title == templateTitle
                                        
select t).FirstOrDefault();
           
return webTemplate;
       
}
Leave a Comment

(required) 

(required) 

(optional)
 

(required) 

If you can't read this number refresh your screen
Enter the numbers above: