Enum TreeChangeTypes
Represents the types of changes that can occur on a tree item.
Namespace: Umbraco.Cms.Core.Services.Changes
Assembly: Umbraco.Core.dll
Syntax
[Flags]
public enum TreeChangeTypes : byte
Fields
| Name | Description |
|---|---|
| None | No change has occurred. |
| RefreshAll | All items have been refreshed. |
| RefreshBranch | An item node has been refreshed with branch impact. |
| RefreshNode | An item node has been refreshed with only local impact. |
| Remove | An item node has been removed permanently. |