Search Results for

    Show / Hide Table of Contents

    Enum PartialViewOperationStatus

    Represents the status of a partial view operation.

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

    Fields

    Name Description
    AlreadyExists

    A partial view 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 partial view.

    InvalidName

    The provided partial view name is invalid.

    NotAllowedInProductionMode

    The operation is not allowed when running in production mode.

    NotFound

    The specified partial view was not found.

    ParentNotFound

    The parent folder was not found.

    PathTooLong

    The resulting file path exceeds the maximum allowed length.

    Success

    The partial view operation completed successfully.

    Extension Methods

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