FormHelperGetXmlFormDefinitionFromXmlSchema Method |
Returns xml form definition from input xml schema.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax public static string GetXmlFormDefinitionFromXmlSchema(
string xmlSchema,
bool isSystem,
string formDefinition = null
)
Parameters
- xmlSchema
- Type: SystemString
Xml schema - isSystem
- Type: SystemBoolean
If it is true, all field are assigned like system - formDefinition (Optional)
- Type: SystemString
If not null then this definition is a base definition and only gets updated with new fields from xml schema
Return Value
Type:
StringSee Also