Interface IContactFieldEmptyValueProvider
- Namespace
- CMS.ContactManagement
- Assembly
- CMS.ContactManagement.dll
Provides list of supported field data types and their empty values used in the "CMSContactFieldValueIsEmpty" macro.
public interface IContactFieldEmptyValueProvider
- Extension Methods
Methods
Get()
Gets the list of supported field data types and their empty values.
Dictionary<string, object[]> Get()
Returns
- Dictionary<string, object[]>
Dictionary of field data types (FieldDataType) and their empty values.