Click or drag to resize
DocumentGeneratorRegisterDefaultFactory Method
Registers the default factory for the documents, which overlaps the default one

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void RegisterDefaultFactory(
	IDocumentFactory factory
)

Parameters

factory
Type: CMS.DocumentEngineIDocumentFactory
Factory to register
See Also