Class MultipleTextStringConfiguration
Represents the configuration for a multiple textstring value editor.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class MultipleTextStringConfiguration
Constructors
View SourceMultipleTextStringConfiguration()
Declaration
public MultipleTextStringConfiguration()
Properties
View SourceMax
Gets or sets the maximum number of text strings allowed.
Declaration
public int Max { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Min
Gets or sets the minimum number of text strings required.
Declaration
public int Min { get; set; }
Property Value
| Type | Description |
|---|---|
| int |