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