0
votes
0answers
57 views

how to find out when a sub site was last visited

Is it possible in sp2010 to report on the last time a sub site was visited. We have many sub sites that have been poorly managed and seem rarely used. I would like to do a sweep across all site ...
2
votes
1answer
270 views

Can I Access the SPAuditQuery from the JavaScript Class Library?

Or there's a SP2010 Built-in service to access Audit data? [UPDATE] Quick awnser, No, there's no way to access the SPAuditQuery from the SP JavaScript Class Library. At the end I end up using a WCF ...
0
votes
1answer
76 views

Auditing Metadata for folders

I am using Folders in Sharpeoint 2010 Foundation to create document sets as document sets are not supported in Foundation edition. I have created a custom content type inherited from Folder, and I ...
1
vote
1answer
63 views

User Access Notification

is there an event in sharepoint that is raised when a user logs in?. I want to have a notification email whenever any user is logged in to a specific sharepoint site. Also, login here is not limited ...
2
votes
2answers
335 views

How to refresh the Auditing Log programmatically

I would like to know if there's a way to refresh the Auditing log programmatically, because we need it to see in real time which the last accessed document was within a Document Library. Thanks, ...
1
vote
1answer
213 views

Provision of Web Analytics via visual studio - sharepoint 2010

Does anyone know how to provision web analytics via visual studio 2010 ? I have got web analytics working for search results - ie: it will show me how many searches have been performed, top search ...
3
votes
2answers
1k views

Logging document library downloads with HttpModule

I'm stuck with a problem here that leaves me stupefied. I am writing an HttpModule which examines the URL of all HTTP requests in order to log which users have downloaded each document in a document ...