Search Results for

    Show / Hide Table of Contents

    Enum StylesheetFolderOperationStatus

    Represents the status of a stylesheet folder operation.

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

    Fields

    Name Description
    AlreadyExists

    A stylesheet folder with the same name already exists at the specified location.

    InvalidName

    The provided folder name is invalid.

    NotEmpty

    The stylesheet folder cannot be deleted because it is not empty.

    NotFound

    The specified stylesheet folder was not found.

    ParentNotFound

    The parent folder was not found.

    Success

    The stylesheet folder operation completed successfully.

    Extension Methods

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