Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyTypeValidation

    An object representing the property type validation settings

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "propertyValidation", Namespace = "")]
    public class PropertyTypeValidation

    Properties

    View Source

    Mandatory

    Declaration
    [DataMember(Name = "mandatory")]
    public bool Mandatory { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    MandatoryMessage

    Declaration
    [DataMember(Name = "mandatoryMessage")]
    public string MandatoryMessage { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Pattern

    Declaration
    [DataMember(Name = "pattern")]
    public string Pattern { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    PatternMessage

    Declaration
    [DataMember(Name = "patternMessage")]
    public string PatternMessage { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Mandatory
      • MandatoryMessage
      • Pattern
      • PatternMessage
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX