Enum PublishNotificationSaveOptions
Specifies options for publishing notifcations when saving.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public enum PublishNotificationSaveOptions
Fields
| Name | Description |
|---|---|
| All | Publish all the notifications. |
| None | Do not publish any notifications. |
| Saved | Only publish the saved notification. |
| Saving | Only publish the saving notification. |