Enum PublishBranchFilter
Describes the options available with publishing a content branch for force publishing.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public enum PublishBranchFilter
Fields
| Name | Description |
|---|---|
| All | For publishing a branch, publish all content, including content that is not published and content that has not changed. |
| Default | The default behavior is to publish only the published content that has changed. |
| ForceRepublish | For publishing a branch, force republishing of all published content, including content that has not changed. |
| IncludeUnpublished | For publishing a branch, publish all changed content, including content that is not published. |