Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockListConfiguration.NumberRange

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class NumberRange

    Properties

    View Source

    Max

    Declaration
    [DataMember(Name = "max")]
    public int? Max { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    Min

    Declaration
    [DataMember(Name = "min")]
    public int? Min { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Max
      • Min
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX