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).
Remarks
Supported data types are text, longtext, integer, longinteger.
Remarks
Categories without visible fields are not returned.
Remarks
Hidden categories with visible fields are not returned.

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

Return Value

Type: DictionaryFormCategoryInfo, ListFormFieldInfo
Categories and fields that are available for contact import.
Remarks
For instances running on lower than FullContactManagement it return "om.contact.CMSImportContactsSimple" alternative form
See Also