SPAudit.GetEntries Method
Include Protected Members
Include Inherited Members
Gets a collection of SPAuditEntry objects from the audit data stored in the SharePoint database.
Overload List
Name | Description | |
---|---|---|
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. |
Top