Tagged Questions
2
votes
2answers
262 views
Disposing item.web
I have read this article and known which objects should be disposed. But I doubt whether oItem.Web returns the same object as spcontext.current.web object or it creates new one. If it creates new, I ...