Click or drag to resize

AuditUtilAuditAuditLogUsed Method

Note: This API is now obsolete.

Audit that the audit log was used

Namespace:  SanteDB.Core.Security.Audit
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
[ObsoleteAttribute("Obsolete", true)]
public static void AuditAuditLogUsed(
	ActionType action,
	OutcomeIndicator outcome,
	string query,
	params Guid[] auditIds
)

Parameters

action
Type: SanteDB.Core.Model.AuditActionType
The action that occurred
outcome
Type: SanteDB.Core.Model.AuditOutcomeIndicator
The outcome of the action
query
Type: SystemString
The query which was being executed
auditIds
Type: SystemGuid
The identifiers of any objects disclosed
See Also