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

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

Parameters

formDefinition
Type: SystemString
XML definition of the form
See Also