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.

    CircularLayoutTemplateReference

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

    CircularMasterTemplateReference

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

    ContentChangeNotAllowedInProductionMode

    The operation failed because changing template content is not allowed in production mode.

    DuplicateAlias

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

    InvalidAlias

    The operation failed because the template alias is invalid.

    LayoutTemplateCannotBeDeleted

    The operation failed because a layout template cannot be deleted while it has child templates.

    LayoutTemplateNotFound

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

    MasterTemplateCannotBeDeleted

    The operation failed because a layout template cannot be deleted while it has child templates.

    MasterTemplateNotFound

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

    NotAllowedInProductionMode

    The operation failed because it is not allowed in production mode.

    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