Share via


AuditLogTrimmingReportCallout.IAuditLogTrimmingCallout.AuditLogTrimmed Method

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

  • deleteEndDate
    Type: System.DateTime

    Audit 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

AuditLogTrimmingReportCallout Members

Microsoft.Office.RecordsManagement.Reporting Namespace