Click or drag to resize
DataTypeManagerGetDefaultType Method
Gets the default type for the given type by its system type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static DataType GetDefaultType(
	TypeEnum typeEnum,
	string typeValue
)

Parameters

typeEnum
Type: CMS.DataEngineTypeEnum
Type to use
typeValue
Type: SystemString
Data type

Return Value

Type: DataType
See Also