Enum PackageOperationStatus
Represents the status of a package operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum PackageOperationStatus
Fields
| Name | Description |
|---|---|
| DuplicateItemName | A package item with the same name already exists. |
| InvalidName | The provided package name is invalid. |
| NotFound | The specified package was not found. |
| Success | The package operation completed successfully. |