Click or drag to resize
ContactImportFieldsProviderGetCategoriesAndFieldsAvailableForImport Method
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.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public Dictionary<FormCategoryInfo, List<FormFieldInfo>> GetCategoriesAndFieldsAvailableForImport()

Return Value

Type: DictionaryFormCategoryInfo, ListFormFieldInfo
Categories and fields that are available for contact import.
See Also