Enum PartialViewFolderOperationStatus
Represents the status of a partial view folder operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum PartialViewFolderOperationStatus
Fields
| Name | Description |
|---|---|
| AlreadyExists | A partial view folder with the same name already exists at the specified location. |
| InvalidName | The provided folder name is invalid. |
| NotEmpty | The partial view folder cannot be deleted because it is not empty. |
| NotFound | The specified partial view folder was not found. |
| ParentNotFound | The parent folder was not found. |
| Success | The partial view folder operation completed successfully. |