SPSite.AuditLogTrimmingCallout property
SharePoint 2013
Gets or sets the class name of the object that performs audit log trimming.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)] public string AuditLogTrimmingCallout { get; set; }
Property value
Type: System.StringA string that contains the strong name of a class that implements the IAuditLogTrimmingCallout interface.
You can implement the IAuditLogTrimmingCallout interface in your class in order to perform custom actions on excess audit entries, such as saving them to a store, prior to trimming them from the log.