View Source
Class PropertyValidationResponseModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class PropertyValidationResponseModel
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Culture
Declaration
public string Culture { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Messages
Declaration
public string[] Messages { get; set; }
Property Value
Type |
Description |
System.String[] |
|
View Source
Segment
Declaration
public string Segment { get; set; }
Property Value
Type |
Description |
System.String |
|