create Blogs programmatically sharepoint 2007
in sharepoint 2007, ho开发者_开发知识库w to create blogs programmatically? Regards, Abhimanyu
uint lcid = web.Language;
SPWeb web2 = web.Webs.Add("Blog", "Blog", "Blog", lcid, web.GetAvailableWebTemplates(lcid)["BLOG#0"], false, false);
精彩评论