Execute the audit script for a given event
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic 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