Share via


de la propiedad SPSite.AuditLogTrimmingCallout

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

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Property AuditLogTrimmingCallout As String
    Get
    Set
'Uso
Dim instance As SPSite
Dim value As String

value = instance.AuditLogTrimmingCallout

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

Valor de propiedad

Tipo: System.String
A string that contains the strong name of a class that implements the IAuditLogTrimmingCallout interface.

Comentarios

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.

Vea también

Referencia

clase SPSite

Miembros SPSite

Espacio de nombres Microsoft.SharePoint