Click or drag to resize
FormInfo Constructor
Constructor, creates the form info structure and loads specified form definition.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public FormInfo(
	string formDefinition = null
)

Parameters

formDefinition (Optional)
Type: SystemString
XML definition of the form
See Also