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