View Source
Class PropertyValidationError
Assembly: Umbraco.Core.dll
Syntax
public class PropertyValidationError
Properties
View Source
Alias
Declaration
public required string Alias { get; set; }
Property Value
View Source
Culture
Declaration
public required string? Culture { get; set; }
Property Value
View Source
ErrorMessages
Declaration
public required string[] ErrorMessages { get; init; }
Property Value
| Type |
Description |
| string[] |
|
View Source
JsonPath
Declaration
public required string JsonPath { get; init; }
Property Value
View Source
Segment
Declaration
public required string? Segment { get; set; }
Property Value