SPAudit members
Enables auditing of how site collections, sites, lists, folders, and list items are accessed, changed, and used.
The SPAudit type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AuditFlags | Gets or sets a value indicating what kinds of events and actions are audited. |
![]() |
EffectiveAuditMask | Gets or sets a value that indicates what kinds of events and actions are audited as specified for this object or from a higher scope, such as the site. |
![]() |
UseAuditFlagCache | Gets or sets a value indicating whether the audit configuration for the site collection should be cached on the local machine. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DeleteEntries | Deletes all audit events that occurred before the specified date and time from the SharePoint database. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEntries() | Gets a collection of SPAuditEntry objects from the audit data stored in the SharePoint database, without restriction as to date, user, or event type. |
![]() |
GetEntries(SPAuditQuery) | Gets a collection of SPAuditEntry objects from the audit data stored in the SharePoint database that match the specified query. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TrimAuditLog | Trims the audit log data for a given site. |
![]() |
Update | Updates the SharePoint database with changes to the AuditFlags property |
![]() |
WriteAuditEvent(String, String, String) | Writes a record about an event to the SharePoint database. |
![]() |
WriteAuditEvent(SPAuditEventType, String, String) | Writes a record about an event to the SharePoint database. |
![]() |
WriteAuditEvent(String, String, Int32, String) | Writes the audit entry with customized user ID. |
![]() ![]() |
WriteAuditEvent(SPWeb, String, SPAuditItemType, SPAuditEventType, String, String, String) | Writes an unrestricted volume of data to the audit history in the SharePoint database. |
![]() |
WriteAuditEventUnlimitedData(String, String, String) | Writes an unrestricted volume of data to the audit history in the SharePoint database. |
![]() |
WriteAuditEventUnlimitedData(SPAuditEventType, String, String) | Writes an unrestricted volume of data to the audit history in the SharePoint database. |
Top