Search Results for

    Show / Hide Table of Contents

    Enum TemplateOperationStatus

    Represents the status of a template operation.

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

    Fields

    Name Description
    CancelledByNotification

    The operation was cancelled by a notification handler.

    CircularMasterTemplateReference

    The operation failed because it would create a circular reference in the master template hierarchy.

    ContentChangeNotAllowedInProductionMode
    DuplicateAlias

    The operation failed because a template with the same alias already exists.

    InvalidAlias

    The operation failed because the template alias is invalid.

    MasterTemplateCannotBeDeleted

    The operation failed because the master template cannot be deleted while it has child templates.

    MasterTemplateNotFound

    The operation failed because the master template could not be found.

    NotAllowedInProductionMode
    Success

    The operation completed successfully.

    TemplateNotFound

    The operation failed because the template could not be found.

    Extension Methods

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