(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
web
Tipo: Microsoft.SharePoint.SPWebLa Web asociada con el evento.
serverRelativeUrl
Tipo: System.StringLa ruta de acceso del elemento asociado al evento.
itemType
Tipo: Microsoft.SharePoint.SPAuditItemTypeEl tipo del elemento asociado al evento.
eventId
Tipo: Microsoft.SharePoint.SPAuditEventTypeEl tipo de evento del registro.
eventName
Tipo: System.StringEl nombre del evento (se utiliza si eventId es un evento personalizado).
eventSource
Tipo: System.StringEl origen del evento. Este parámetro es opcional.
xmlData
Tipo: System.StringLa información sobre el evento.
Valor devuelto
Tipo: System.Boolean
true si el evento se registró correctamente; en caso contrario, false.