Enum AuditEventAction
Represents the action performed in a audit event.
Namespace: DataWeb.Audit
Assembly: DataWeb.Core.dll
Syntax
public enum AuditEventAction
Fields
| Name | Description |
|---|---|
| Approve | The audit event represents an approval action. |
| Clone | The audit event represents a cloning action. |
| Confirm | The audit event represents a confirmation action. |
| Create | The audit event represents a creation action. |
| Custom | The audit event represents a custom action. |
| Delete | The audit event represents a deletion action. |
| Download | The audit event represents a download action. |
| LogIn | The audit event represents a login action. |
| LogOut | The audit event represents a logout action. |
| Modify | The audit event represents a modification action. |
| Move | The audit event represents a movement action. |
| Remove | The audit event represents a removal action. |
| Reset | The audit event represents a password reset action. |