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 SourceContentPublishingResult()
Declaration
public ContentPublishingResult()
Properties
View SourceContent
Gets or initializes the content item that was published.
Declaration
public IContent? Content { get; init; }
Property Value
| Type | Description |
|---|---|
| IContent |
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> |