IDataExportServiceAuditMessageNoCount Method (IAppContext) |
Gets the Audit message (With no count) 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 AuditMessageNoCount(
IAppContext cxt
)
Function AuditMessageNoCount (
cxt As IAppContext
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The current AppContext. This is used so the value can be changed as part of the AppContext's TextItem properties.
Return Value
Type:
StringThe Audit message (with no count involved) to use.
See Also