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

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

Parameters

dataType
Type: SystemString
DataType of the field

Return Value

Type: Boolean
See Also