Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Recently changed documents

  Asked By: Wendy Warren         Date: Sep 15, 2009      Category: Sharepoint      Views: 320
 

how can I get a list of the "x" (5 to 10) most recent changed
documents on my homepage in a sharepoint server?

What we want is some sort of webpart that looks through all document
libraries and compiles some sort of list.

Tagged:      

 

2 Answers Found

 
Answer #1       Answered By: Elisabeth Walsh          Answered On: Sep 15, 2009       

This shouldn't be difficult. You can write an even handler to get this
information and store it in a custom list. To get quick results, you can
create a view using a calculate field to get this information. Please click
here wss.collutions.com/Lists/FAQ/DispForm.aspx?ID=417

 
Answer #2       Answered By: Bhavesh Doshi          Answered On: Sep 15, 2009       

There is a sample out there somewhere (think it was originally on gotdotnet)
that uses the search engine to return the most recent documents  in a
WebPart. Sounds like it does exactly what you want. I don't have an exact
link to it to hand but this reply might jog the memories of others! I'd
search for "search"

 
Didn't find what you were looking for? Find more on Recently changed documents Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].