If you followed my guide on getting Ubuntu 9.04 to run nicely on the eeePC 1005HA, and have or are considering upgrading to Karmic, these few notes will help you.
Day: November 11, 2009
Querying subfolders in SharePoint lists using SPAPI and GetListItems()
StandardThis took a while to figure out. I’ve been trying to query the SharePoint lists service using getListItems().
Getting something from inside one folder is easy — you just set the queryOptions parameter to be <QueryOptions><Folder>folderName</Folder></QueryOptions>.
This works and returns items fron within that folder. But what about subfolders?
