Constructor, creates the form info structure and loads specified form definition.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntaxpublic FormInfo(
	string formDefinition = null
)
Parameters
- formDefinition (Optional)
 - Type: SystemString
XML definition of the form 
See Also