Class AddressField
- Assembly
- Dynamicweb.Core.dll
The class AddressField represents info about address field for the validation.
public class AddressField
- Inheritance
-
AddressField
- Inherited Members
Properties
FieldType
The type of field.
public AddressFieldType FieldType { get; set; }
Property Value
NewValue
The value that will be provided as suggestion for the field if not valid.
public string? NewValue { get; set; }
Property Value
OldValue
The current value of the field.
public string? OldValue { get; set; }