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.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
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