View Source
Class PropertyTypeValidation
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class PropertyTypeValidation
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
RegEx
Declaration
public string RegEx { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
RegExMessage
Declaration
public string RegExMessage { get; set; }
Property Value
Type |
Description |
System.String |
|