Click or drag to resize
TranslationServiceHelperIsFieldDataTypeAllowedForTranslation Method
Returns true for Text, LongText, and Binary field types.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 11.0.0
Syntax
C#
public static bool IsFieldDataTypeAllowedForTranslation(
	string dataType
)

Parameters

dataType
Type: SystemString
DataType of the field

Return Value

Type: Boolean
See Also