Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyTypeValidation

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentTypeEditing
    Assembly: Umbraco.Core.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

    RegularExpression

    Declaration
    public string RegularExpression { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    RegularExpressionMessage

    Declaration
    public string RegularExpressionMessage { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Mandatory
      • MandatoryMessage
      • RegularExpression
      • RegularExpressionMessage
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX