SPAudit.WriteAuditEventUnlimitedData method (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 Function WriteAuditEventUnlimitedData ( _
eventName As String, _
eventSource As String, _
xmlData As String _
) As Boolean
'Uso
Dim instance As SPAudit
Dim eventName As String
Dim eventSource As String
Dim xmlData As String
Dim returnValue As Boolean
returnValue = instance.WriteAuditEventUnlimitedData(eventName, _
eventSource, xmlData)
public bool WriteAuditEventUnlimitedData(
string eventName,
string eventSource,
string xmlData
)
Parâmetros
eventName
Type: System.StringO nome do evento.
eventSource
Type: System.StringO nome do aplicativo de chamada.
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.