View Source
Class ContentBase.ChangeTrackingPrefix
Inheritance
System.Object
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 |
|