SPSite.AuditLogTrimmingCallout 属性

Gets or sets the class name of the object that performs audit log trimming.

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property AuditLogTrimmingCallout As String
    Get
    Set
用法
Dim instance As SPSite
Dim value As String

value = instance.AuditLogTrimmingCallout

instance.AuditLogTrimmingCallout = value
public string AuditLogTrimmingCallout { get; set; }

属性值

类型:System.String
A 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.

另请参阅

引用

SPSite 类

SPSite 成员

Microsoft.SharePoint 命名空间