for questions completely specific to SharePoint 2007 and **not past or future versions**

learn more… | top users | synonyms (1)

4
votes
1answer
100 views
+50

Picture Library Image size event receiver

I created a event receiver but work ok for single file but no work for multiple files, HttpFileCollection collection = _context.Request.Files; for (int i = 0; i < collection.Count; ...
2
votes
1answer
71 views
+50

How is the user information list populated?

When you add a user with direct permissions somewhere within a site but they haven't yet visited SharePoint - will the user be added into the user information list automatically or only once they ...