Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called after the audit log for the specified site is trimmed, not implemented in AuditLogTrimmingReportCallout object.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Private Sub AuditLogTrimmed ( _
site As SPSite, _
deleteEndDate As DateTime _
) Implements IAuditLogTrimmingCallout.AuditLogTrimmed
'Usage
Dim instance As AuditLogTrimmingReportCallout
Dim site As SPSite
Dim deleteEndDate As DateTime
CType(instance, IAuditLogTrimmingCallout).AuditLogTrimmed(site, _
deleteEndDate)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
void IAuditLogTrimmingCallout.AuditLogTrimmed(
SPSite site,
DateTime deleteEndDate
)
Parameters
site
Type: Microsoft.SharePoint.SPSiteThe site for which the audit log is being trimmed.
deleteEndDate
Type: System.DateTimeAudit log data prior to this date will be trimmed.
Implements
IAuditLogTrimmingCallout.AuditLogTrimmed(SPSite, DateTime)
Remarks
Not implemented in the AuditLogTrimmingReportCallout object.
See Also
Reference
AuditLogTrimmingReportCallout Class