Click or drag to resize
ObjectGeneratorTBaseRegisterDefaultFactory Method
Registers the default object factory

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public void RegisterDefaultFactory(
	IObjectFactory factory,
	bool topPriority
)

Parameters

factory
Type: CMS.CoreIObjectFactory
Object factory to register
topPriority
Type: SystemBoolean
If true, this factory is prioritized against
See Also