Search Results for

    Show / Hide Table of Contents

    Enum PropertyEditorSchemaOperationStatus

    Represents the status of a property editor schema operation.

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

    Fields

    Name Description
    DataTypeNotFound

    The specified data type was not found.

    SchemaNotSupported

    The property editor does not support schema information (does not implement IValueSchemaProvider).

    Success

    The operation completed successfully.

    Extension Methods

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