SPAudit.WriteAuditEvent Method
Include Protected Members
Include Inherited Members
Writes a record about an event to the SharePoint database.
Overload List
Name | Description | |
---|---|---|
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. |
Top