Class DelimitedValueValidatorConfig
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.PropertyEditors.Validators
Assembly: Umbraco.Core.dll
Syntax
public class DelimitedValueValidatorConfig
Properties
View SourceDelimiter
Declaration
public string Delimiter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Pattern
Declaration
public string Pattern { get; set; }
Property Value
Type | Description |
---|---|
System.String |