Tagged Questions
3
votes
3answers
715 views
SharePoint SPSite Disposing
The scenario I have, is in the Execute method of a SPJobDefinition I want to go through every SPSite in the web application. So I have the following code:
foreach (SPSite site in ...