Click or drag to resize
DataTypeManagerGetSystemType Method
Gets the system type by the field type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static Type GetSystemType(
	TypeEnum typeEnum,
	string typeValue
)

Parameters

typeEnum
Type: CMS.DataEngineTypeEnum
Type to search
typeValue
Type: SystemString
Field type

Return Value

Type: Type
See Also