FormInfo Constructor (String) |
Constructor, creates the form info structure and loads specified form definition.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public FormInfo(
string formDefinition
)
Parameters
- formDefinition
- Type: SystemString
XML definition of the form
See Also