Browse by Tags

All Tags » query (RSS)

CrossListQueryInfo not able to return MultiLookup Fields by Bas

Some time ago I wrote a blogpost about how to use the CrossListQueryInfo and CrossListQueryCache to be able to find any item within a site within a very small amount of time. Hower, since today I know that this method cant be used when you are trying...

SharePoint - Retrieving login name from SPUserField in a list by Bas

For a long time I didnt know how to retrieve a login name from a SPUser field in a SharePoint List. When a user doesn't have a userProfile, he is stored in the SPUser field as <number>;#<Domain\loginName>, and when he does have a profile...

Using the CrossListQueryInfo and CrossListQueryCache by Bas

Lately, I am relatively a lot working with the CrossListQueryInfo. This is a way to query multiple lists at once, crossing multiple SPWebs, if you want to. And, the main reason why I used it, it's possible to use the cached lists of the sitecollection...