次の方法で共有


IAuditLogTrimmingCallout.AuditLogTrimmed method

Called after the audit log for the given site is trimmed.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Sub AuditLogTrimmed ( _
    site As SPSite, _
    deleteEndDate As DateTime _
)
'Usage
Dim instance As IAuditLogTrimmingCallout
Dim site As SPSite
Dim deleteEndDate As DateTime

instance.AuditLogTrimmed(site, deleteEndDate)
void AuditLogTrimmed(
    SPSite site,
    DateTime deleteEndDate
)

Parameters

  • deleteEndDate
    Type: System.DateTime

    Audit log data before this date will be trimmed.

See also

Reference

IAuditLogTrimmingCallout interface

IAuditLogTrimmingCallout members

Microsoft.SharePoint namespace