Search Results for

    Show / Hide Table of Contents

    Enum ScriptOperationStatus

    Represents the status of a script operation.

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

    Fields

    Name Description
    AlreadyExists

    A script with the same name already exists at the specified location.

    CancelledByNotification

    The operation was cancelled by a notification handler.

    InvalidFileExtension

    The file extension is not valid for a script file.

    InvalidName

    The provided script name is invalid.

    NotFound

    The specified script was not found.

    ParentNotFound

    The parent folder was not found.

    PathTooLong

    The resulting file path exceeds the maximum allowed length.

    Success

    The script operation completed successfully.

    Extension Methods

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