Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentPublishingBranchItemResult

    Represents the result of publishing an individual item within a content branch operation.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.ContentPublishing
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ContentPublishingBranchItemResult

    Constructors

    View Source

    ContentPublishingBranchItemResult()

    Declaration
    public ContentPublishingBranchItemResult()

    Properties

    View Source

    Key

    Gets the unique key of the content item.

    Declaration
    public required Guid Key { get; init; }
    Property Value
    Type Description
    Guid
    View Source

    OperationStatus

    Gets the operation status indicating the result of the publishing operation for this item.

    Declaration
    public required ContentPublishingOperationStatus OperationStatus { get; init; }
    Property Value
    Type Description
    ContentPublishingOperationStatus
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX