Click or drag to resize
DataTypeManagerSupportsTranslation Method
Returns true if the given field type supports translation

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public 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