Click or drag to resize
FormHelperGetXmlFormDefinitionFromXmlSchema Method

Note: This API is now obsolete.

Returns XML form definition from input XML schema.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.FormEngine.FormInfo.LoadFromDataStructure() method instead.")]
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: String
See Also