Enum MessageType
The message type to be used for syncing across servers.
Namespace: Umbraco.Cms.Core.Sync
Assembly: Umbraco.Core.dll
Syntax
public enum MessageType
Fields
| Name | Description |
|---|---|
| RefreshAll | Refresh all items of a specific cache type. |
| RefreshById | Refresh specific items by their identifiers. |
| RefreshByInstance | Refresh items by their object instances (local only, cannot be distributed). |
| RefreshByJson | Refresh items using JSON payload data. |
| RefreshByPayload | Refresh items using a typed payload. |
| RemoveById | Remove specific items by their identifiers. |
| RemoveByInstance | Remove items by their object instances (local only, cannot be distributed). |