Enum ContentTypeChangeTypes
Represents the types of changes that can occur on a content type.
Namespace: Umbraco.Cms.Core.Services.Changes
Assembly: Umbraco.Core.dll
Syntax
[Flags]
public enum ContentTypeChangeTypes : byte
Fields
| Name | Description |
|---|---|
| Create | Item type has been created, no impact. |
| None | No change has occurred. |
| RefreshMain | Content type changes directly impact existing content of this content type. |
| RefreshOther | Content type changes that do not directly impact existing content of this content type. |
| Remove | Content type was removed. |
| VariationChanged | Content type variation setting has changed (e.g., from invariant to variant or vice versa). This impacts how URL segments and aliases are stored (NULL languageId for invariant, specific ID for variant). |