Hi, what is the best way to filter an SPListItemCollection, can I use LINQ? I would like to get the title of the 5 last documents. thanks
// Get the items
SPListItemCollection collListItemsDest = web.Lists["Documents"].Items;
// Get the items
SPListItemCollection collListItemsDest = web.Lists["Documents"].Items;