Click or drag to resize
ObjectTypeManagerRegisterObjectType Method (RegisterObjectTypeAttribute)
Registers the object type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void RegisterObjectType(
	RegisterObjectTypeAttribute typeAttr
)

Parameters

typeAttr
Type: CMSRegisterObjectTypeAttribute
Object type definition
See Also