Is there any way to return only the count of the rows from a Sharepoint query? I would like to get only the count of the result returned by sharepoint query.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
If you use CAML to get list items (which is the fastest way of retrieving items), it is just enough to get ids of items to be able get the count:
|
|||||
|