SPAudit.WriteAuditEvent method (SPWeb, String, SPAuditItemType, SPAuditEventType, String, String, String)
Grava um volume sem restrições de dados para o histórico de auditoria no banco de dados do SharePoint.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
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
Type: Microsoft.SharePoint.SPWebA Web associada com o evento.
serverRelativeUrl
Type: System.StringO caminho do item associado com o evento.
itemType
Type: Microsoft.SharePoint.SPAuditItemTypeO tipo do item associado com o evento.
eventId
Type: Microsoft.SharePoint.SPAuditEventTypeO tipo de evento do registro.
eventName
Type: System.StringO nome do evento (usado se o eventId é um evento personalizado).
eventSource
Type: System.StringA origem do evento. Este parâmetro é opcional.
xmlData
Type: System.StringAs informações sobre o evento.
Valor retornado
Type: System.Boolean
true se o evento foi registrado com êxito; Caso contrário, false.