ContactImportFieldsProviderIsFieldAvailableForImport Method |
Checks whether contact field is available for import.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax public bool IsFieldAvailableForImport(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Name of contact field
Return Value
Type:
BooleanTrue when field is supported
See Also