spweb
SharePoint SPWeb.GetList seems to cause infinite loop?
So, I\'m working on a SharePoint 2010 site that I developed, and I am trying to implement content type change propogation. During this process I seem to have found a strange bug. It seems my combinati[详细]
2023-03-27 10:01 分类:问答How to get SPWebApplication from SPWeb?
So I\'m inside a web scroped feature (properties.Feature.Parent = SPWeb). How do I get the SPWebApplication from this SPWeb?[详细]
2023-02-10 21:10 分类:问答Using disposed SPSite and SPWeb objects
I was happy enough to have inherited a terribly written SharePoint project. Apparently, the original developer was 开发者_JAVA百科a big fan of reusable code (30% of code is reused across 20 projects w[详细]
2023-02-10 05:39 分类:问答Do I need to dispose SPWeb here...?
protected void getNews() { using (SPWeb web = getWeb(\"InternalNews\")) { fetchNewsFromWeb(ref dtNews,true,\"English\",new string[] { \"Internal news page\" },web,startDate,endDate,false,true);[详细]
2023-01-30 21:44 分类:问答Sharepoint 2010: How to persist SPList objects?
I a开发者_JAVA百科m writing a replacement for the sharepoint asset picker dialog with additional features.[详细]
2023-01-27 02:50 分类:问答SPWeb.Url returns wrong URL
I have a web application in SharePoint that has been extended to another zone (Extranet). The access URL for the default zone is http ://server1, and the URL for the extranet zone is https: //www.serv[详细]
2022-12-17 09:17 分类:问答