Tag Archives: CAML

Retrieving Tasks assigned to users or one of their groups

0 comments
Sometimes you want to retrieve all tasks that are assigned to a user or to one of the SharePoint groups the user is a member of. This quite easy to accomplish through generation of a CAML query. Just create an Or statement for tasks assigned to the user and loop through all of the groups in the SPUser [...]
Also tagged | Leave a comment