RE: Filter item collection

2011-10-27 Thread Paul Noone
Thanks guys. The initial idea was to create a new library for each “album” but this seemed like overkill given that I added a web part to the feature. @ishai I was planning on running it against the Name field for each item in the foreach loop. ☺ The query sounds a lot more efficient. Now to add

RE: Filter item collection

2011-10-27 Thread Paul Noone
Great. That works very nicely. Has anyone had success with paging the results by rowlimit using ListItemCollectionPosition? Struggling to find decent examples that don’t use a data table. The best preacgice example here -