Click or drag to resize
ObjectTypeManagerRegisterObjectType Method (String, ObjectTypeInfo, Type)
Registers the given object type Registers the object type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void RegisterObjectType(
	string objectType,
	ObjectTypeInfo typeInfo,
	Type type
)

Parameters

objectType
Type: SystemString
Object type string
typeInfo
Type: CMS.DataEngineObjectTypeInfo
TypeInfo of the object type being registered
type
Type: SystemType
Type to register
See Also