SPSite.AuditLogTrimmingCallout - Propriété
Gets or sets the class name of the object that performs audit log trimming.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property AuditLogTrimmingCallout As String
Get
Set
'Utilisation
Dim instance As SPSite
Dim value As String
value = instance.AuditLogTrimmingCallout
instance.AuditLogTrimmingCallout = value
public string AuditLogTrimmingCallout { get; set; }
Valeur de propriété
Type : System.String
A string that contains the strong name of a class that implements the IAuditLogTrimmingCallout interface.
Remarques
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.