Click or drag to resize
ObjectGeneratorTBaseRegisterObjectType Method (String, IObjectFactory)
Registers the given object type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public void RegisterObjectType(
	string objectType,
	IObjectFactory factory
)

Parameters

objectType
Type: SystemString
Object type string
factory
Type: CMS.CoreIObjectFactory
Object factory
See Also