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 before the audit log for the given site is trimmed.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Function AuditLogTrimming ( _
site As SPSite, _
deleteEndDate As DateTime _
) As Boolean
'Usage
Dim instance As IAuditLogTrimmingCallout
Dim site As SPSite
Dim deleteEndDate As DateTime
Dim returnValue As Boolean
returnValue = instance.AuditLogTrimming(site, _
deleteEndDate)
bool AuditLogTrimming(
SPSite site,
DateTime deleteEndDate
)
site
Type: Microsoft.SharePoint.SPSiteThe site for which the audit log is being trimmed.
deleteEndDate
Type: System.DateTimeAudit log data before this date will be trimmed.
Type: System.Boolean
Returns Boolean.
IAuditLogTrimmingCallout interface