Table of Contents

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 string

Data type of desired fields.

Returns

IEnumerable<string>