If you want to get all the documents Modified by the current user in a SharePoint site you can use the below query with SPSiteDataQuery or if you just want all the documents Modified by the current user in a library, then you can use the below query with SPQuery object.
CAML -
<Where><Eq><FieldRef Name='Editor' LookupId='TRUE'/><Value Type='Integer'>'UserID'</Eq></Where>
Ads by Google
No comments:
Post a Comment