Click or drag to resize
DocumentGeneratorRegisterDocumentType Method (String, IDocumentFactory)
Registers the given document type class

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

Parameters

className
Type: SystemString
Class name to register
factory
Type: CMS.DocumentEngineIDocumentFactory
Document factory
See Also