The spaudit tag has no wiki summary.
0
votes
1answer
169 views
Exception at Audit Custom Report
I've run into following issue when i try to execute Audit Custom Report on one of the site collections.
10/19/2012 09:30:02.03 w3wp.exe (0x211C) 0x12D8 SharePoint Foundation Runtime tkau ...
1
vote
0answers
107 views
There's a way to sort the SPAuditQuery at Query construction level?
If we have
SPAuditQuery auditQuery = new SPAuditQuery(context.Site);
auditQuery.RestrictToListItem(item);
auditQuery.RowLimit = (uint)numberOfEvents;
auditQuery.SetRangeStart(startRange);
...