Click or drag to resize
AttributeValueConverterBaseGetUnsupportedFieldTypeMessage Method
Gets the custom exception message when the form field type is not copmatible with this converter.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
protected string GetUnsupportedFieldTypeMessage(
	string fieldType
)

Parameters

fieldType
Type: SystemString
The form field type.

Return Value

Type: String
The exception message.
See Also