Interface INestedValidationResults
Namespace: Umbraco.Cms.Core.PropertyEditors.Validation
Assembly: Umbraco.Core.dll
Syntax
public interface INestedValidationResults
Properties
View SourceValidationResults
Declaration
IList<ValidationResult> ValidationResults { get; }
Property Value
| Type | Description |
|---|---|
| IList<System.ComponentModel.DataAnnotations.ValidationResult> |