Enum MoveOperationStatusType
A status type of the result of moving an item
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public enum MoveOperationStatusType : byteRemarks
Anything less than 10 = Success!
Fields
| Name | Description | 
|---|---|
| FailedCancelledByEvent | The move action has been cancelled by an event handler | 
| FailedNotAllowedByPath | Trying to move an item to an invalid path (i.e. a child of itself) | 
| FailedParentNotFound | The parent being moved to doesn't exist | 
| Success | The move was successful. |