开发者

create Blogs programmatically sharepoint 2007

开发者 https://www.devze.com 2023-01-29 05:20 出处:网络
in sharepoint 2007, ho开发者_开发知识库w to create blogs programmatically? Regards, Abhimanyuuint lcid = web.Language;

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);
0

精彩评论

暂无评论...
验证码 换一张
取 消