Enum UnPublishedStatusType
A status type of the result of unpublishing a content item
Namespace: Umbraco.Core.Publishing
Assembly: Umbraco.Core.dll
Syntax
public enum UnPublishedStatusType
Remarks
Anything less than 10 = Success!
Fields
Name | Description |
---|---|
FailedCancelledByEvent | The publish action has been cancelled by an event handler |
Success | The unpublishing was successful. |
SuccessAlreadyUnPublished | The item was already unpublished |