Class ContentCreateResultBase<TContent>
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public abstract class ContentCreateResultBase<TContent> where TContent : class, IContentBase
Type Parameters
| Name | Description |
|---|---|
| TContent |
Properties
View SourceContent
Declaration
public TContent? Content { get; init; }
Property Value
| Type | Description |
|---|---|
| TContent |
ValidationResult
Declaration
public ContentValidationResult ValidationResult { get; init; }
Property Value
| Type | Description |
|---|---|
| ContentValidationResult |