Tagged Questions
0
votes
0answers
315 views
SharePoint 2013 - Updating List XML Definition
I have custom list filter web part for SharePoint 2010 lists which I am trying to migrate to SP 2013. It works by modifying the list's XML definition and replacing the query with one the user created ...
0
votes
2answers
543 views
FullTextSearch: SPSiteDataQuery on each request vs. caching data and filter in code
I'm implementing a full text search on list contents.
Is it more efficient to fire a SPSiteDataQuery on every request with a dynamically built CAML-Query, to filter the items?
Or is it better to ...
1
vote
1answer
2k views
How to retrieve User Information List data
I would like to filter a list based upon a user group that the user may belong to and a specific value found in the User Information List for that user.
I tried doing this with CAML in SharePoint ...