| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | Dec 19 '12 at 14:16 | |
| stats | profile views | 0 |
|
Nov 19 |
comment |
How to get item count for a List's View? I've looked at the link you submitted, and the question in that link is basically the same as what I'm asking - however the suggestions there say call "list.GetItems(query).Count" which is exactly what I'm doing already. Would you be able to suggest how I could update my code to try your suggestion? |
|
Nov 19 |
comment |
How to get item count for a List's View? the list.ItemCount property is still 2107 at the end of my code snippet though (that's what you're referring to, right?) |
|
Nov 19 |
comment |
How to get item count for a List's View? The ViewQuery comes from the View (which in the Sharepoint UI returns the correct number of results) so I believe the ViewQuery CAML is correct and effective. |
|
Nov 19 |
comment |
How to get item count for a List's View? I'm not sure I understand. How would I change the code to reflect your suggestion? |