Click or drag to resize
ContactImportFieldsProvider Class
Class responsible for filtering out contact fields that are not supported by contact import functionality.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingContactImportFieldsProvider

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public class ContactImportFieldsProvider

The ContactImportFieldsProvider type exposes the following members.

Constructors
  NameDescription
Public methodContactImportFieldsProvider
Top
Methods
  NameDescription
Public methodGetCategoriesAndFieldsAvailableForImport
Gets fields and categories from "om.contact.CMSImportContacts" alternative form without fields that are not supported by contact import (eg. DateTime). Supported data types are text, longtext, integer, longinteger.
Public methodIsFieldAvailableForImport
Checks whether contact field is available for import.
Top
See Also