Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    DetailsLength

    The maximum length for details fields in audit logs.

    Declaration
    public const int DetailsLength = 1024
    Field Value
    Type Description
    int
    View Source

    EventTypeLength

    The maximum length for event type fields in audit logs.

    Declaration
    public const int EventTypeLength = 256
    Field Value
    Type Description
    int
    View Source

    IpLength

    The maximum length for IP address fields in audit logs.

    Declaration
    public const int IpLength = 64
    Field Value
    Type Description
    int
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX