Enum CleanFolderResultStatus
Represents the status of a folder cleaning operation.
Namespace: Umbraco.Cms.Core.IO
Assembly: Umbraco.Core.dll
Syntax
public enum CleanFolderResultStatus
Fields
| Name | Description |
|---|---|
| FailedAsDoesNotExist | The operation failed because the folder does not exist. |
| FailedWithException | The operation failed with one or more exceptions. |
| Success | The folder was cleaned successfully. |