SPSite.AuditLogTrimmingCallout Property
SharePoint 2010
Gets or sets the class name of the object that performs audit log trimming.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
[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.