Click or drag to resize
FormInfoClassGeneratorGetOnlineForm Method
Returns generated code for BizFormInfo class.

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

Parameters

className
Type: SystemString
formInfo
Type: CMS.FormEngineFormInfo

Return Value

Type: String
See Also