Search Results for

    Show / Hide Table of Contents

    Enum StylesheetOperationStatus

    Represents the status of a stylesheet operation.

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

    Fields

    Name Description
    AlreadyExists

    The operation failed because a stylesheet with the same path already exists.

    CancelledByNotification

    The operation was cancelled by a notification handler.

    InvalidFileExtension

    The operation failed because the file extension is not valid for a stylesheet.

    InvalidName

    The operation failed because the stylesheet name is invalid.

    NotFound

    The operation failed because the stylesheet could not be found.

    ParentNotFound

    The operation failed because the parent folder could not be found.

    PathTooLong

    The operation failed because the stylesheet path exceeds the maximum allowed length.

    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<StylesheetOperationStatus, TProperty>(StylesheetOperationStatus, Expression<Func<StylesheetOperationStatus, TProperty>>)
    DictionaryExtensions.MergeLeft<StylesheetOperationStatus, TK, TV>(StylesheetOperationStatus, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<StylesheetOperationStatus, TK, TV>(StylesheetOperationStatus, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<StylesheetOperationStatus>(StylesheetOperationStatus)
    ObjectExtensions.AsEnumerableOfOne<StylesheetOperationStatus>(StylesheetOperationStatus)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX