Class ComplexEditorValidationResult
A collection of ComplexEditorElementTypeValidationResult for a complex editor represented by an Element Type
Inheritance
System.Object
System.ComponentModel.DataAnnotations.ValidationResult
Namespace: Umbraco.Cms.Core.PropertyEditors.Validation
Assembly: Umbraco.Core.dll
Syntax
public class ComplexEditorValidationResult : ValidationResult
Remarks
For example, each ComplexEditorValidationResult represents validation results for a row in Nested Content. For a more indepth explanation of how server side validation works with the angular app, see this GitHub PR: https://github.com/umbraco/Umbraco-CMS/pull/8339
Constructors
View SourceComplexEditorValidationResult()
Declaration
public ComplexEditorValidationResult()
Properties
View SourceValidationResults
Declaration
public IList<ComplexEditorElementTypeValidationResult> ValidationResults { get; }
Property Value
Type | Description |
---|---|
IList<ComplexEditorElementTypeValidationResult> |