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.1.0.0+4fe7975a95558d7cdf0d4c425e2c3a22827d67dd
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