2
Answers

How to load WebTemplate

Murali Kris

Murali Kris

7y
591
1
Hi ,
 
error: Filed or Property "WebTemplate" DoesNot exist.
 
How to load web template for a give site please find below script 
 

sitecontext.Load(owebsite,w=>w.AssociatedOwnerGroup,w=>w.WebTemplate);
sitecontext.ExecuteQuery();
Console.WriteLine(owebsite.AssociatedOwnerGroup.OwnerTitle);
 
The above line i can able to load site assosciatedOwnerGrop alone,  but i tyied different ways i cant abe to load webtemplate.
 
error: Filed or Property "WebTemplate" DoesNot exist.
 
Note:  I can load AssociateOwnerGrop, but i cant load webtemplate.
 
please help me here  to load webtemplate using c# for SP2010 sites.
 
 Thanks
Murali  
 
 
Answers (2)