Search Results for

    Show / Hide Table of Contents

    Enum PartialViewFolderOperationStatus

    Represents the status of a partial view folder operation.

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

    Fields

    Name Description
    AlreadyExists

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

    InvalidName

    The provided folder name is invalid.

    NotEmpty

    The partial view folder cannot be deleted because it is not empty.

    NotFound

    The specified partial view folder was not found.

    ParentNotFound

    The parent folder was not found.

    Success

    The partial view folder operation completed successfully.

    Extension Methods

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