Compartir a través de


(SPWeb, String, SPAuditItemType, SPAuditEventType, String, String, String) del método SPAudit.WriteAuditEvent

Escribe un volumen sin restricciones de datos en el historial de auditoría en la base de datos de SharePoint.

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

Sintaxis

'Declaración
Public Shared Function WriteAuditEvent ( _
    web As SPWeb, _
    serverRelativeUrl As String, _
    itemType As SPAuditItemType, _
    eventId As SPAuditEventType, _
    eventName As String, _
    eventSource As String, _
    xmlData As String _
) As Boolean
'Uso
Dim web As SPWeb
Dim serverRelativeUrl As String
Dim itemType As SPAuditItemType
Dim eventId As SPAuditEventType
Dim eventName As String
Dim eventSource As String
Dim xmlData As String
Dim returnValue As Boolean

returnValue = SPAudit.WriteAuditEvent(web, _
    serverRelativeUrl, itemType, eventId, _
    eventName, eventSource, xmlData)
public static bool WriteAuditEvent(
    SPWeb web,
    string serverRelativeUrl,
    SPAuditItemType itemType,
    SPAuditEventType eventId,
    string eventName,
    string eventSource,
    string xmlData
)

Parámetros

  • serverRelativeUrl
    Tipo: System.String

    La ruta de acceso del elemento asociado al evento.

  • eventName
    Tipo: System.String

    El nombre del evento (se utiliza si eventId es un evento personalizado).

  • eventSource
    Tipo: System.String

    El origen del evento. Este parámetro es opcional.

Valor devuelto

Tipo: System.Boolean
true si el evento se registró correctamente; en caso contrario, false.

Vea también

Referencia

clase SPAudit

Miembros SPAudit

Sobrecarga WriteAuditEvent

Espacio de nombres Microsoft.SharePoint