DataTypeManagerSupportsTranslation Method |
Returns true if the given field type supports translation
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic static bool SupportsTranslation(
TypeEnum typeEnum,
string typeValue
)
Parameters
- typeEnum
- Type: CMS.DataEngineTypeEnum
Type to search - typeValue
- Type: SystemString
DataType of the field
Return Value
Type:
Boolean
See Also