Enum RelationTypeOperationStatus
Represents the status of a relation type operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum RelationTypeOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| InvalidChildObjectType | The specified child object type is invalid for this relation type. |
| InvalidId | The provided relation type identifier is invalid. |
| InvalidParentObjectType | The specified parent object type is invalid for this relation type. |
| KeyAlreadyExists | A relation type with the same key already exists. |
| NotFound | The specified relation type was not found. |
| Success | The relation type operation completed successfully. |