Sunday, 11 September 2011

Get all documents Modified By the Current user in Sharepoint 2010


There are Various Out-of-Box Options available in SharePoint 2010 to get all documents Modified By the Current user.

Options -

1. Using the Content Rollup -> Relevent Documents WebPart - In this Webpart you can see all the douments Modified By and\or CheckOut and\or Created\Modified By by the current user. This webpart however only displays documents from the current site only. For more info see Get all documents Checked Out to current user Sharepoint 2010

2. Using Current User fillter - This is a new Filter to help you Filter Out documents in a ListView WebPart by various user parameters. You can Filter your ListViewWebPart, by filtering by the "Modified By" Field with Current User's Login account.

3. Using Object Model - We have a Post about how to write a CAML query to get the Recentrly Modified or Modified By documents for a current user @
Get all Recently modified documents by the Current user SharePoint 2010

4. Using Html Form WebPart - If you want some customization while Filtering or getting all Documents you can use the "Html Form WebPart" See the detailed example at Using Html Form web part to Filter(with Examples) SharePoint 2010

Ads by Google

No comments:

Post a Comment