FormHelper GetXmlFormDefinitionFromXmlSchema Method Kentico 8.0 API Reference
Returns xml form definition from input xml schema.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

xmlSchema
Type: OnlineSystem String
Xml schema
isSystem
Type: OnlineSystem Boolean
If it is true, all field are assigned like system
formDefinition (Optional)
Type: OnlineSystem String
If not null then this definition is a base definition and only gets updated with new fields from xml schema

Return Value

Type: OnlineString
See Also