Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentPublishingBranchResult

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

    Properties

    View Source

    AcceptedTaskId

    Declaration
    public Guid? AcceptedTaskId { get; init; }
    Property Value
    Type Description
    Guid?
    View Source

    Content

    Declaration
    public IContent? Content { get; init; }
    Property Value
    Type Description
    IContent
    View Source

    FailedItems

    Declaration
    public IEnumerable<ContentPublishingBranchItemResult> FailedItems { get; set; }
    Property Value
    Type Description
    IEnumerable<ContentPublishingBranchItemResult>
    View Source

    SucceededItems

    Declaration
    public IEnumerable<ContentPublishingBranchItemResult> SucceededItems { get; set; }
    Property Value
    Type Description
    IEnumerable<ContentPublishingBranchItemResult>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX