Click or drag to resize

AuditLogAudit Method

Execute the audit script for a given event

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
Syntax
C#
public static void LogAudit(
	AuditType type,
	SecurityUser user,
	string path = null,
	string detail = null,
	string error = null,
	Report report = null,
	ReportSchedule schedule = null
)

Parameters

type  AuditType
 
user  SecurityUser
 
path  String  (Optional)
 
detail  String  (Optional)
 
error  String  (Optional)
 
report  Report  (Optional)
 
schedule  ReportSchedule  (Optional)
 
See Also