Enum ContentTypeChangeTypes
Namespace: Umbraco.Cms.Core.Services.Changes
Assembly: Umbraco.Core.dll
Syntax
public enum ContentTypeChangeTypes : byte
Fields
| Name | Description |
|---|---|
| Create | Item type has been created, no impact |
| None | |
| RefreshMain | Content type changes impact only the Content type being saved |
| RefreshOther | Content type changes impacts the content type being saved and others used that are composed of it |
| Remove | Content type was removed |