Поделиться через


Свойство 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