PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the formatted string describing the audit entry consisting of an audit event and audit object.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static string GetEntry(
	 context,
	long auditObjectNr
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function GetEntry ( _
	context As , _
	auditObjectNr As Long _
) As 

Parameters

context
IContext
auditObjectNr
Int64
I: Number of the audit object record. This implies the audit event record.

Return Value

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.

See Also

Advanced