Click or drag to resize
DataTypeManagerRegisterDataTypes Method
Registers the given data type to the system

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static void RegisterDataTypes(
	params DataType[] types
)

Parameters

types
Type: CMS.DataEngineDataType
See Also