Class MediaPicker3Configuration.NumberRange
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public class NumberRange
Properties
View SourceMax
Declaration
[DataMember(Name = "max")]
public int? Max { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Min
Declaration
[DataMember(Name = "min")]
public int? Min { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |