View Source
Class PropertyTypeValidation
An object representing the property type validation settings
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class PropertyTypeValidation : object
Properties
View Source
Mandatory
Declaration
public bool Mandatory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
MandatoryMessage
Declaration
public string MandatoryMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Pattern
Declaration
public string Pattern { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PatternMessage
Declaration
public string PatternMessage { get; set; }
Property Value
Type |
Description |
System.String |
|