Search Results for

    Show / Hide Table of Contents

    Enum PropertyTypeOperationStatus

    Represents the status of a property type operation.

    Namespace: Umbraco.Cms.Core.Services.OperationStatus
    Assembly: Umbraco.Core.dll
    Syntax
    public enum PropertyTypeOperationStatus

    Fields

    Name Description
    ContentTypeNotFound

    The content type associated with the property type was not found.

    Success

    The property type operation completed successfully.

    Extension Methods

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