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.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public static string GetEntry(
	long auditObjectNr,
	 culture,
	 localize
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function GetEntry ( _
	auditObjectNr As Long, _
	culture As , _
	localize As  _
) As 

Parameters

auditObjectNr
Int64
I: Number of the audit object record. This implies the audit event record.
culture
CultureInfo
I: Culture.
localize
Auditor..::..Localize
Delegate to localize the format string used by the method, if applicable. The method uses the format string unchanged if the delegate is null.

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

Auditor Class
Smartsite.Data Namespace
Advanced