Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentPublishingResult

    Represents the result of a content publishing operation.

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

    Constructors

    View Source

    ContentPublishingResult()

    Declaration
    public ContentPublishingResult()

    Properties

    View Source

    Content

    Gets or initializes the content item that was published.

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

    InvalidPropertyAliases

    Gets or sets the collection of property aliases that failed validation.

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