Click or drag to resize
ContactImportFieldsProviderIsFieldAvailableForImport Method
Checks whether contact field is available for import.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public bool IsFieldAvailableForImport(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of contact field

Return Value

Type: Boolean
True when field is supported
See Also