Search Results for

    Show / Hide Table of Contents

    Enum AuditType

    Defines audit types.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public enum AuditType

    Fields

    Name Description
    AssignDomain

    Node(s) being assigned domains.

    ContentVersionEnableCleanup

    Content version preventCleanup set to false

    ContentVersionPreventCleanup

    Content version preventCleanup set to true

    Copy

    Node(s) being copied.

    Custom

    Custom audit message.

    Delete

    Node(s) being deleted.

    Move

    Node(s) being moved.

    New

    New node(s) being added.

    Notify

    Notification(s) being sent to user.

    Open

    Node(s) being opened.

    PackagerInstall

    Package being installed.

    PackagerUninstall

    Package being uninstalled.

    PublicAccess

    Node(s) public access changing.

    Publish

    Node(s) being published.

    PublishVariant

    Variant(s) being published.

    RollBack

    Node's content being rolled back to a previous version.

    Save

    Node(s) being saved.

    SaveVariant

    Variant(s) being saved.

    SendToPublish

    Node(s) being sent to publishing.

    SendToPublishVariant

    Variant(s) being sent to publishing.

    Sort

    Node(s) being sorted.

    System

    General system audit message.

    Unpublish

    Node(s) being unpublished.

    UnpublishVariant

    Variant(s) being unpublished.

    Extension Methods

    DictionaryExtensions.MergeLeft<AuditType, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<AuditType, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<AuditType>()
    EnumExtensions.HasFlagAny<AuditType>(AuditType)
    ObjectExtensions.AsEnumerableOfOne<AuditType>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<AuditType, TProperty, TVal>(Expression<Func<AuditType, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<AuditType, TProperty>(Expression<Func<AuditType, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX