PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Returns the formatted string describing the audit entry consisting of an audit event and audit object.

Syntax

Smartsite SXML CopyCode image Copy Code
string audit.getentry(T:System.Int64 auditObjectNr)

Parameters

Name Data Type Description
auditObjectNr T:System.Int64 I: Number of the audit object record. This implies the audit event record.

Return Value

Data Type Description
String The result string is formatted according to the format string as specified for the audit type, supplying arguments as stored when the audit object was created. The result string is localized if a resource identifier rather than a format string is configured for the audit type.
SXML