View Source
Class NestedJsonPathValidationResults
Inheritance
object
ValidationResult
Assembly: Umbraco.Core.dll
Syntax
public class NestedJsonPathValidationResults : ValidationResult, INestedValidationResults, IJsonPathValidationResult
Constructors
View Source
NestedJsonPathValidationResults(string)
Declaration
public NestedJsonPathValidationResults(string jsonPath)
Parameters
| Type |
Name |
Description |
| string |
jsonPath |
|
Properties
View Source
JsonPath
Declaration
public string JsonPath { get; }
Property Value
View Source
ValidationResults
Declaration
public IList<ValidationResult> ValidationResults { get; }
Property Value
| Type |
Description |
| IList<ValidationResult> |
|