SPSite.TrimAuditLog Property
Gets or sets a value that specifies whether to remove excess from the audit log periodically.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
Public Property TrimAuditLog As Boolean
Get
Set
'Usage
Dim instance As SPSite
Dim value As Boolean
value = instance.TrimAuditLog
instance.TrimAuditLog = value
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
public bool TrimAuditLog { get; set; }
Property Value
Type: System.Boolean
true to trim the audit log periodically; otherwise, false.
Remarks
The retention period for events in the audit log is specified by the value of the AuditLogTrimmingRetention property.