Class Constants.Audit
Contains constants for audit logging.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.Audit
Fields
View SourceDetailsLength
The maximum length for details fields in audit logs.
Declaration
public const int DetailsLength = 1024
Field Value
| Type | Description |
|---|---|
| int |
EventTypeLength
The maximum length for event type fields in audit logs.
Declaration
public const int EventTypeLength = 256
Field Value
| Type | Description |
|---|---|
| int |
IpLength
The maximum length for IP address fields in audit logs.
Declaration
public const int IpLength = 64
Field Value
| Type | Description |
|---|---|
| int |