Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyTypeValidation

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Mandatory
      • MandatoryMessage
      • RegEx
      • RegExMessage
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX