Click or drag to resize
FormInfoClassGeneratorGetDocumentType Method
Returns generated code for DocumentTypeInfo class.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetDocumentType(
	string className,
	FormInfo formInfo
)

Parameters

className
Type: SystemString
formInfo
Type: CMS.FormEngineFormInfo

Return Value

Type: String
See Also