Class ContentPublishingResult
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.ContentPublishing
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentPublishingResult
Properties
View SourceContent
Declaration
public IContent? Content { get; init; }
Property Value
| Type | Description |
|---|---|
| IContent |
InvalidPropertyAliases
Declaration
public IEnumerable<string> InvalidPropertyAliases { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |