Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes an unrestricted volume of data to the audit history in the SharePoint database.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function WriteAuditEventUnlimitedData ( _
eventName As String, _
eventSource As String, _
xmlData As String _
) As Boolean
'Usage
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
)
Parameters
eventName
Type: System.StringThe event name.
eventSource
Type: System.StringThe name of the calling application.
xmlData
Type: System.StringThe information about the event.
Return value
Type: System.Boolean
true if the event was recorded successfully; otherwise, false.