Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<RelationTypeOperationStatus, TProperty>(RelationTypeOperationStatus, Expression<Func<RelationTypeOperationStatus, TProperty>>)
    DictionaryExtensions.MergeLeft<RelationTypeOperationStatus, TK, TV>(RelationTypeOperationStatus, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<RelationTypeOperationStatus, TK, TV>(RelationTypeOperationStatus, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<RelationTypeOperationStatus>(RelationTypeOperationStatus)
    ObjectExtensions.AsEnumerableOfOne<RelationTypeOperationStatus>(RelationTypeOperationStatus)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX