Customization
Recently I have been working creating a series of Site Definitions for one of my employer’s client’s. The tool of choice (the best of a bad bunch?) for this is the SharePoint Solution Generator 2008, bundled with the Visual Studio 2008 Extensions for Windows SharePoint Services 3.0. The tool comes fitted with a few ‘gotchas’ [...]
SPChangeQuery is a great little function that queries the SharePoint change log for changes to site content. Be careful when using the SPChangeQuery on newly created sites as certain content may get picked up in your query that is garbage to you. This includes a bunch of “add” change types on lists that get initialized [...]
Continue reading about Using SPChangeQuery in a new Site (SPWeb)