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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
[ObsoleteAttribute("Obsolete", true)]
public static void AuditAuditLogUsed(
	ActionType action,
	OutcomeIndicator outcome,
	string query,
	params Guid[] auditIds
)

Parameters

action  ActionType
The action that occurred
outcome  OutcomeIndicator
The outcome of the action
query  String
The query which was being executed
auditIds  Guid
The identifiers of any objects disclosed
See Also