Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentBase.ChangeTrackingPrefix

    Inheritance
    System.Object
    Namespace: Umbraco.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public static class ChangeTrackingPrefix

    Fields

    View Source

    AddedCulture

    Declaration
    public const string AddedCulture = "_addedCulture_"
    Field Value
    Type Description
    System.String
    View Source

    ChangedCulture

    Declaration
    public const string ChangedCulture = "_changedCulture_"
    Field Value
    Type Description
    System.String
    View Source

    PublishedCulture

    Declaration
    public const string PublishedCulture = "_publishedCulture_"
    Field Value
    Type Description
    System.String
    View Source

    RemovedCulture

    Declaration
    public const string RemovedCulture = "_removedCulture_"
    Field Value
    Type Description
    System.String
    View Source

    UnpublishedCulture

    Declaration
    public const string UnpublishedCulture = "_unpublishedCulture_"
    Field Value
    Type Description
    System.String
    View Source

    UpdatedCulture

    Declaration
    public const string UpdatedCulture = "_updatedCulture_"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • AddedCulture
      • ChangedCulture
      • PublishedCulture
      • RemovedCulture
      • UnpublishedCulture
      • UpdatedCulture
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX