TranslationServiceHelperIsFieldForTranslation Method |
Returns true for Text, LongText, and Binary field types.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax public static bool IsFieldForTranslation(
string dataType
)
Parameters
- dataType
- Type: SystemString
DataType of the field
Return Value
Type:
BooleanSee Also