Class ContentValidationResult
Represents the result of content validation containing any validation errors.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class ContentValidationResult
Constructors
View SourceContentValidationResult()
Declaration
public ContentValidationResult()
Properties
View SourceValidationErrors
Gets the collection of property validation errors that occurred during validation.
Declaration
public IEnumerable<PropertyValidationError> ValidationErrors { get; init; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<PropertyValidationError> |