开发者

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜