IDataExportServiceAuditMessage Method (IExtension) |
Gets the Audit message to use during the export process.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string AuditMessage(
IExtension ext
)
Function AuditMessage (
ext As IExtension
) As String
Parameters
- ext
- Type: NetQuarryIExtension
The current Extension. This is used so the value can be changed as part of the Extension's TextItem properties.
Return Value
Type:
StringThe Audit message to use.
See Also