HtmlForgeX

API Reference

Enum

TablerAuditEventType

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Semantic type for TablerAuditList items.

Inheritance

  • Enum
  • TablerAuditEventType

Values

public const TablerAuditEventType Info #

General info event.

Value: 0
public const TablerAuditEventType Success #

Success event (e.g., upload complete).

Value: 1
public const TablerAuditEventType Warning #

Warning event.

Value: 2
public const TablerAuditEventType Error #

Error event.

Value: 3
public const TablerAuditEventType Security #

Security-related event.

Value: 4