Interface IContactMappingFieldsProvider
- Namespace
- CMS.ContactManagement
- Assembly
- CMS.ContactManagement.dll
Provides contact fields suitable for mapping.
public interface IContactMappingFieldsProvider
- Extension Methods
Methods
Get(string)
Returns collection of ContactInfo field names that can be used for mapping.
IEnumerable<string> Get(string dataType)
Parameters
dataType
stringData type of desired fields.
Returns
- IEnumerable<string>